IconEditor/IconEditorWindow.py

changeset 553
5af61623ae3c
parent 549
fe99d46d56c8
child 564
b3d966393ba9
--- a/IconEditor/IconEditorWindow.py	Fri Sep 03 18:53:24 2010 +0200
+++ b/IconEditor/IconEditorWindow.py	Fri Sep 03 20:04:49 2010 +0200
@@ -1005,7 +1005,7 @@
                 self.trUtf8("Save icon file"),
                 self.trUtf8("<p>The file <b>{0}</b> already exists."
                             " Overwrite it?</p>").format(fileName),
-                type_ = E5MessageBox.Warning)
+                icon = E5MessageBox.Warning)
             if not res:
                 return False
         
@@ -1213,4 +1213,4 @@
         """
         Private slot called in to enter Whats This mode.
         """
-        QWhatsThis.enterWhatsThisMode()
+        QWhatsThis.enterWhatsThisMode()
\ No newline at end of file

eric ide

mercurial