--- a/Preferences/ConfigurationPages/HelpAppearancePage.py Sat Sep 04 19:51:19 2010 +0200 +++ b/Preferences/ConfigurationPages/HelpAppearancePage.py Sat Sep 04 19:51:48 2010 +0200 @@ -100,7 +100,7 @@ """ Private slot to handle the user style sheet selection. """ - file = QFileDialog.getOpenFileName(\ + file = QFileDialog.getOpenFileName( self, self.trUtf8("Select Style Sheet"), self.styleSheetEdit.text(), @@ -116,4 +116,4 @@ @param dlg reference to the configuration dialog """ page = HelpAppearancePage() - return page + return page \ No newline at end of file