UI/DiffDialog.py

changeset 553
5af61623ae3c
parent 546
c3e7bf5648be
child 564
b3d966393ba9
--- a/UI/DiffDialog.py	Fri Sep 03 18:53:24 2010 +0200
+++ b/UI/DiffDialog.py	Fri Sep 03 20:04:49 2010 +0200
@@ -290,7 +290,7 @@
                 self.trUtf8("Save Diff"),
                 self.trUtf8("<p>The patch file <b>{0}</b> already exists."
                             " Overwrite it?</p>").format(fname),
-                type_ = E5MessageBox.Warning)
+                icon = E5MessageBox.Warning)
             if not res:
                 return
         fname = Utilities.toNativeSeparators(fname)
@@ -509,4 +509,4 @@
             QApplication.exit()
             return True
         
-        return False
+        return False
\ No newline at end of file

eric ide

mercurial