96 if not procStarted: |
96 if not procStarted: |
97 self.inputGroup.setEnabled(False) |
97 self.inputGroup.setEnabled(False) |
98 self.inputGroup.hide() |
98 self.inputGroup.hide() |
99 E5MessageBox.critical( |
99 E5MessageBox.critical( |
100 self, |
100 self, |
101 self.trUtf8('Process Generation Error'), |
101 self.tr('Process Generation Error'), |
102 self.trUtf8( |
102 self.tr( |
103 'The process {0} could not be started. ' |
103 'The process {0} could not be started. ' |
104 'Ensure, that it is in the search path.' |
104 'Ensure, that it is in the search path.' |
105 ).format('svn')) |
105 ).format('svn')) |
106 else: |
106 else: |
107 self.inputGroup.setEnabled(True) |
107 self.inputGroup.setEnabled(True) |