Preferences/ToolConfigurationDialog.py

changeset 564
b3d966393ba9
parent 537
72b32daeb8d6
child 791
9ec2ac20e54e
diff -r e35d2cda9a74 -r b3d966393ba9 Preferences/ToolConfigurationDialog.py
--- a/Preferences/ToolConfigurationDialog.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Preferences/ToolConfigurationDialog.py	Sat Sep 04 19:51:48 2010 +0200
@@ -247,7 +247,7 @@
         """
         Private slot to handle the executable selection via a file selection dialog.
         """
-        execfile = QFileDialog.getOpenFileName(\
+        execfile = QFileDialog.getOpenFileName(
             self,
             self.trUtf8("Select executable"),
             self.executableEdit.text(),
@@ -268,7 +268,7 @@
         """
         Private slot to handle the icon selection via a file selection dialog.
         """
-        icon = QFileDialog.getOpenFileName(\
+        icon = QFileDialog.getOpenFileName(
             self,
             self.trUtf8("Select icon file"),
             self.iconEdit.text(),

eric ide

mercurial