MultiProject/MultiProject.py

changeset 553
5af61623ae3c
parent 549
fe99d46d56c8
child 564
b3d966393ba9
--- a/MultiProject/MultiProject.py	Fri Sep 03 18:53:24 2010 +0200
+++ b/MultiProject/MultiProject.py	Fri Sep 03 20:04:49 2010 +0200
@@ -604,7 +604,7 @@
                     self.trUtf8("Save 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
                 
@@ -976,4 +976,4 @@
         for project in self.projects:
             if not project['master']:
                 files.append(project['file'])
-        return files
+        return files
\ No newline at end of file

eric ide

mercurial