--- a/Plugins/VcsPlugins/vcsPySvn/SvnLogDialog.py Fri Feb 12 18:48:21 2010 +0000 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnLogDialog.py Fri Feb 12 19:02:38 2010 +0000 @@ -236,7 +236,7 @@ """ Private slot to show an error message. - @param msg error message to show (string or QString) + @param msg error message to show (string) """ self.errorGroup.show() self.errors.insertPlainText(msg)