UI/CompareDialog.py

changeset 880
52ed20236a1c
parent 791
9ec2ac20e54e
child 882
34b86be88bf0
diff -r a61710d5bbbc -r 52ed20236a1c UI/CompareDialog.py
--- a/UI/CompareDialog.py	Sat Feb 05 14:21:37 2011 +0100
+++ b/UI/CompareDialog.py	Sat Feb 05 16:32:34 2011 +0100
@@ -385,7 +385,8 @@
             self,
             self.trUtf8("Select file to compare"),
             lineEdit.text(),
-            "")
+            "", 
+            QFileDialog.DontUseNativeDialog)
             
         if filename:
             lineEdit.setText(Utilities.toNativeSeparators(filename))
@@ -450,4 +451,4 @@
             QApplication.exit()
             return True
         
-        return False
\ No newline at end of file
+        return False

eric ide

mercurial