VCS/CommandOptionsDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3034
7ce719013078
child 3065
070b35dde35e
--- a/VCS/CommandOptionsDialog.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/VCS/CommandOptionsDialog.py	Sun Nov 03 15:58:22 2013 +0100
@@ -11,12 +11,12 @@
 
 from PyQt4.QtGui import QDialog
 
-from .Ui_CommandOptionsDialog import Ui_vcsCommandOptionsDialog
+from .Ui_CommandOptionsDialog import Ui_VcsCommandOptionsDialog
 
 import Utilities
 
 
-class vcsCommandOptionsDialog(QDialog, Ui_vcsCommandOptionsDialog):
+class VcsCommandOptionsDialog(QDialog, Ui_VcsCommandOptionsDialog):
     """
     Class implementing the VCS command options dialog.
     """
@@ -51,9 +51,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