VCS/CommandOptionsDialog.py

changeset 3031
ed2eaa573ca5
parent 3013
fe886b7f8f40
child 3034
7ce719013078
--- a/VCS/CommandOptionsDialog.py	Fri Oct 18 18:42:10 2013 +0200
+++ b/VCS/CommandOptionsDialog.py	Sat Oct 19 11:14:51 2013 +0200
@@ -49,9 +49,9 @@
         
         # modify the what's this help
         for widget in [self.globalEdit, self.commitEdit, self.checkoutEdit,
-                  self.updateEdit, self.addEdit, self.removeEdit,
-                  self.diffEdit, self.logEdit, self.historyEdit,
-                  self.statusEdit, self.tagEdit, self.exportEdit]:
+                       self.updateEdit, self.addEdit, self.removeEdit,
+                       self.diffEdit, self.logEdit, self.historyEdit,
+                       self.statusEdit, self.tagEdit, self.exportEdit]:
             t = widget.whatsThis()
             if t:
                 t += Utilities.getPercentReplacementHelp()

eric ide

mercurial