Project/ProjectInterfacesBrowser.py

changeset 3020
542e97d4ecb3
parent 2995
63d874899b8b
child 3030
4a0a82ddd9d2
diff -r 7912530a33e2 -r 542e97d4ecb3 Project/ProjectInterfacesBrowser.py
--- a/Project/ProjectInterfacesBrowser.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/Project/ProjectInterfacesBrowser.py	Mon Oct 14 19:30:36 2013 +0200
@@ -474,7 +474,8 @@
             for file in fileList:
                 self.project.appendFile(file)
             if not self.noDialog and not ui.notificationsEnabled():
-                E5MessageBox.information(self,
+                E5MessageBox.information(
+                    self,
                     self.trUtf8("Interface Compilation"),
                     self.trUtf8(
                         "The compilation of the interface file was"
@@ -487,7 +488,8 @@
                         " successful."))
         else:
             if not self.noDialog:
-                E5MessageBox.information(self,
+                E5MessageBox.information(
+                    self,
                     self.trUtf8("Interface Compilation"),
                     self.trUtf8(
                         "The compilation of the interface file failed."))
@@ -532,7 +534,8 @@
             self.compileRunning = False
             if progress is not None:
                 progress.cancel()
-            E5MessageBox.critical(self,
+            E5MessageBox.critical(
+                self,
                 self.trUtf8('Process Generation Error'),
                 self.trUtf8(
                     '<p>Could not start {0}.<br>'

eric ide

mercurial