Project/ProjectFormsBrowser.py

changeset 537
72b32daeb8d6
parent 536
6d8d39753c82
child 539
87f9bce38a44
diff -r 6d8d39753c82 -r 72b32daeb8d6 Project/ProjectFormsBrowser.py
--- a/Project/ProjectFormsBrowser.py	Mon Aug 30 20:16:34 2010 +0200
+++ b/Project/ProjectFormsBrowser.py	Tue Aug 31 12:17:02 2010 +0200
@@ -525,7 +525,7 @@
         try:
             shutil.copy(templateFile, fname)
         except IOError as e:
-            QMessageBox.critical(self,
+            E5MessageBox.critical(self,
                 self.trUtf8("New Form"),
                 self.trUtf8("<p>The new form file <b>{0}</b> could not be created.<br>"
                     "Problem: {1}</p>").format(fname, str(e)))
@@ -701,7 +701,7 @@
             self.compileRunning = False
             if progress is not None:
                 progress.cancel()
-            QMessageBox.critical(self,
+            E5MessageBox.critical(self,
                 self.trUtf8('Process Generation Error'),
                 self.trUtf8(
                     'Could not start {0}.<br>'

eric ide

mercurial