UI/DiffDialog.py

changeset 564
b3d966393ba9
parent 553
5af61623ae3c
child 687
385014bda8ec
diff -r e35d2cda9a74 -r b3d966393ba9 UI/DiffDialog.py
--- a/UI/DiffDialog.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/UI/DiffDialog.py	Sat Sep 04 19:51:48 2010 +0200
@@ -201,7 +201,7 @@
         
         self.diffButton = \
             self.buttonBox.addButton(self.trUtf8("Compare"), QDialogButtonBox.ActionRole)
-        self.diffButton.setToolTip(\
+        self.diffButton.setToolTip(
             self.trUtf8("Press to perform the comparison of the two files"))
         self.saveButton = \
             self.buttonBox.addButton(self.trUtf8("Save"), QDialogButtonBox.ActionRole)

eric ide

mercurial