QScintilla/Exporters/ExporterBase.py

changeset 880
52ed20236a1c
parent 791
9ec2ac20e54e
child 882
34b86be88bf0
--- 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

eric ide

mercurial