148 procStarted = self.proc.waitForStarted(5000) |
148 procStarted = self.proc.waitForStarted(5000) |
149 if not procStarted: |
149 if not procStarted: |
150 self.buttonBox.setFocus() |
150 self.buttonBox.setFocus() |
151 self.inputGroup.setEnabled(False) |
151 self.inputGroup.setEnabled(False) |
152 self.inputGroup.hide() |
152 self.inputGroup.hide() |
153 E5MessageBox.critical(self, |
153 E5MessageBox.critical( |
|
154 self, |
154 self.trUtf8('Process Generation Error'), |
155 self.trUtf8('Process Generation Error'), |
155 self.trUtf8( |
156 self.trUtf8( |
156 'The process {0} could not be started. ' |
157 'The process {0} could not be started. ' |
157 'Ensure, that it is in the search path.' |
158 'Ensure, that it is in the search path.' |
158 ).format('svn')) |
159 ).format('svn')) |