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(),