PluginManager/PluginInstallDialog.py

changeset 880
52ed20236a1c
parent 791
9ec2ac20e54e
child 882
34b86be88bf0
--- a/PluginManager/PluginInstallDialog.py	Sat Feb 05 14:21:37 2011 +0100
+++ b/PluginManager/PluginInstallDialog.py	Sat Feb 05 16:32:34 2011 +0100
@@ -146,7 +146,8 @@
             self,
             self.trUtf8("Select plugin ZIP-archives"),
             dn,
-            self.trUtf8("Plugin archive (*.zip)"))
+            self.trUtf8("Plugin archive (*.zip)"), 
+            QFileDialog.DontUseNativeDialog)
         
         if archives:
             matchflags = Qt.MatchFixedString
@@ -557,4 +558,4 @@
         self.resize(size)
         
         self.cw.buttonBox.accepted[()].connect(self.close)
-        self.cw.buttonBox.rejected[()].connect(self.close)
\ No newline at end of file
+        self.cw.buttonBox.rejected[()].connect(self.close)

eric ide

mercurial