Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py

changeset 564
b3d966393ba9
parent 500
c3abc7895a01
child 571
1a4101cb87eb
diff -r e35d2cda9a74 -r b3d966393ba9 Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py
--- a/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sat Sep 04 19:51:48 2010 +0200
@@ -40,9 +40,9 @@
         QDialog.__init__(self, parent)
         self.setupUi(self)
         
-        self.showButton = self.buttonBox.addButton(\
+        self.showButton = self.buttonBox.addButton(
             self.trUtf8("Show"), QDialogButtonBox.ActionRole)
-        self.showButton.setToolTip(\
+        self.showButton.setToolTip(
             self.trUtf8("Press to show all files containing an issue"))
         self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False)
         self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True)
@@ -256,4 +256,4 @@
         for file in openFiles:
             editor = vm.getOpenEditor(file)
             editor.clearSyntaxError()
-            editor.clearFlakesWarnings()
+            editor.clearFlakesWarnings()
\ No newline at end of file

eric ide

mercurial