--- 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>'