Project/ProjectBrowser.py

changeset 216
6f9713e8d570
parent 97
c4086afea02b
child 486
e4711a55e482
child 792
a13346916170
diff -r e8978dca44af -r 6f9713e8d570 Project/ProjectBrowser.py
--- a/Project/ProjectBrowser.py	Fri Apr 30 16:45:56 2010 +0000
+++ b/Project/ProjectBrowser.py	Sat May 01 18:26:14 2010 +0000
@@ -62,6 +62,7 @@
         self.vcsStatusColorNames = {
             "A" : "VcsAdded",
             "M" : "VcsModified",
+            "O" : "VcsRemoved", 
             "R" : "VcsReplaced", 
             "U" : "VcsUpdate",
             "Z" : "VcsConflict",
@@ -70,6 +71,7 @@
             " " : self.trUtf8("up to date"), 
             "A" : self.trUtf8("files added"), 
             "M" : self.trUtf8("local modifications"), 
+            "O" : self.trUtf8("files removed"), 
             "R" : self.trUtf8("files replaced"), 
             "U" : self.trUtf8("update required"), 
             "Z" : self.trUtf8("conflict"), 

eric ide

mercurial