--- a/Preferences/ConfigurationPages/InterfacePage.py Sat Feb 05 14:21:37 2011 +0100 +++ b/Preferences/ConfigurationPages/InterfacePage.py Sat Feb 05 16:32:34 2011 +0100 @@ -252,7 +252,8 @@ self.trUtf8("Select style sheet file"), self.styleSheetEdit.text(), self.trUtf8("Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;" - "All files (*)")) + "All files (*)"), + QFileDialog.DontUseNativeDialog) if file: self.styleSheetEdit.setText(Utilities.toNativeSeparators(file)) @@ -280,4 +281,4 @@ @param dlg reference to the configuration dialog """ page = InterfacePage() - return page \ No newline at end of file + return page