--- a/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py Mon Oct 14 18:26:25 2013 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py Mon Oct 14 19:30:36 2013 +0200 @@ -181,7 +181,8 @@ self.errors.ensureCursorVisible() else: QApplication.restoreOverrideCursor() - E5MessageBox.critical(self, + E5MessageBox.critical( + self, self.trUtf8('Process Generation Error'), self.trUtf8( 'The process {0} could not be started. ' @@ -253,7 +254,8 @@ self.__finish() self.inputGroup.setEnabled(False) self.inputGroup.hide() - E5MessageBox.critical(self, + E5MessageBox.critical( + self, self.trUtf8('Process Generation Error'), self.trUtf8( 'The process {0} could not be started. '