--- a/QScintilla/Exporters/ExporterBase.py Sat Feb 05 14:21:37 2011 +0100 +++ b/QScintilla/Exporters/ExporterBase.py Sat Feb 05 16:32:34 2011 +0100 @@ -44,7 +44,8 @@ "", filter_, "", - QFileDialog.Options(QFileDialog.DontConfirmOverwrite)) + QFileDialog.Options(QFileDialog.DontConfirmOverwrite | + QFileDialog.DontUseNativeDialog)) if fn: ext = QFileInfo(fn).suffix() @@ -71,4 +72,4 @@ This method must be overridden by the real exporters. """ - raise NotImplementedError \ No newline at end of file + raise NotImplementedError