144 self.buttonBox.setFocus() |
144 self.buttonBox.setFocus() |
145 self.inputGroup.setEnabled(False) |
145 self.inputGroup.setEnabled(False) |
146 self.inputGroup.hide() |
146 self.inputGroup.hide() |
147 E5MessageBox.critical( |
147 E5MessageBox.critical( |
148 self, |
148 self, |
149 self.trUtf8('Process Generation Error'), |
149 self.tr('Process Generation Error'), |
150 self.trUtf8( |
150 self.tr( |
151 'The process {0} could not be started. ' |
151 'The process {0} could not be started. ' |
152 'Ensure, that it is in the search path.' |
152 'Ensure, that it is in the search path.' |
153 ).format('svn')) |
153 ).format('svn')) |
154 else: |
154 else: |
155 self.inputGroup.setEnabled(True) |
155 self.inputGroup.setEnabled(True) |