diff -r a61710d5bbbc -r 52ed20236a1c PluginManager/PluginInstallDialog.py --- 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)