Helpviewer/HelpWindow.py

changeset 880
52ed20236a1c
parent 791
9ec2ac20e54e
child 882
34b86be88bf0
diff -r a61710d5bbbc -r 52ed20236a1c Helpviewer/HelpWindow.py
--- a/Helpviewer/HelpWindow.py	Sat Feb 05 14:21:37 2011 +0100
+++ b/Helpviewer/HelpWindow.py	Sat Feb 05 16:32:34 2011 +0100
@@ -1462,7 +1462,8 @@
                         "PDF Files (*.pdf);;"
                         "CHM Files (*.chm);;"
                         "All Files (*)"
-            ))
+            ), 
+            QFileDialog.DontUseNativeDialog)
         if fn:
             if Utilities.isWindowsPlatform():
                 url = "file:///" + Utilities.fromNativeSeparators(fn)
@@ -1482,7 +1483,8 @@
                         "PDF Files (*.pdf);;"
                         "CHM Files (*.chm);;"
                         "All Files (*)"
-            ))
+            ), 
+            QFileDialog.DontUseNativeDialog)
         if fn:
             if Utilities.isWindowsPlatform():
                 url = "file:///" + Utilities.fromNativeSeparators(fn)

eric ide

mercurial