133 if not procStarted: |
133 if not procStarted: |
134 self.inputGroup.setEnabled(False) |
134 self.inputGroup.setEnabled(False) |
135 self.inputGroup.hide() |
135 self.inputGroup.hide() |
136 E5MessageBox.critical( |
136 E5MessageBox.critical( |
137 self, |
137 self, |
138 self.trUtf8('Process Generation Error'), |
138 self.tr('Process Generation Error'), |
139 self.trUtf8( |
139 self.tr( |
140 'The process {0} could not be started. ' |
140 'The process {0} could not be started. ' |
141 'Ensure, that it is in the search path.' |
141 'Ensure, that it is in the search path.' |
142 ).format('hg')) |
142 ).format('hg')) |
143 else: |
143 else: |
144 self.inputGroup.setEnabled(True) |
144 self.inputGroup.setEnabled(True) |