UI/DiffDialog.py

changeset 539
87f9bce38a44
parent 537
72b32daeb8d6
child 546
c3e7bf5648be
--- a/UI/DiffDialog.py	Tue Aug 31 12:36:10 2010 +0200
+++ b/UI/DiffDialog.py	Tue Aug 31 13:23:27 2010 +0200
@@ -286,7 +286,7 @@
             if ex:
                 fileName += ex
         if QFileInfo(fname).exists():
-            res = QMessageBox.warning(self,
+            res = E5MessageBox.warning(self,
                 self.trUtf8("Save Diff"),
                 self.trUtf8("<p>The patch file <b>{0}</b> already exists.</p>")
                     .format(fname),

eric ide

mercurial