Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py

changeset 3020
542e97d4ecb3
parent 3004
c4bf32c791d0
child 3058
0a02c433f52d
child 3160
209a07d7e401
--- a/Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py	Mon Oct 14 19:30:36 2013 +0200
@@ -84,7 +84,8 @@
         self.process.start(program, args)
         procStarted = self.process.waitForStarted(5000)
         if not procStarted:
-            E5MessageBox.critical(self,
+            E5MessageBox.critical(
+                self,
                 self.trUtf8('Process Generation Error'),
                 self.trUtf8(
                     'The process {0} could not be started. '

eric ide

mercurial