--- a/Helpviewer/QtHelpDocumentationDialog.py Sat Feb 05 14:21:37 2011 +0100 +++ b/Helpviewer/QtHelpDocumentationDialog.py Sat Feb 05 16:32:34 2011 +0100 @@ -57,7 +57,8 @@ self, self.trUtf8("Add Documentation"), "", - self.trUtf8("Qt Compressed Help Files (*.qch)")) + self.trUtf8("Qt Compressed Help Files (*.qch)"), + QFileDialog.DontUseNativeDialog) if not fileNames: return @@ -139,4 +140,4 @@ @return list of tab ids to be closed (list of integers) """ - return self.__tabsToClose \ No newline at end of file + return self.__tabsToClose