Kaydet (Commit) 35c84d4c authored tarafından Frank Lanitz's avatar Frank Lanitz

Make svn error messages better readable

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1992 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst b0142532
2007-10-31 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* plugins/svndiff.c: Make svn error messages better readable.
2007-10-29 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> 2007-10-29 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* plugins/svndiff.c: * plugins/svndiff.c:
......
...@@ -107,8 +107,8 @@ static gchar *make_diff(const gchar *svn_file) ...@@ -107,8 +107,8 @@ static gchar *make_diff(const gchar *svn_file)
} }
else else
{ // SVN returns some error { // SVN returns some error
ui->set_statusbar(FALSE, dialogs->show_msgbox(1,
_("SVN exited with an error: %s."), g_strstrip(std_error)); _("SVN exited with an error: \n%s."), g_strstrip(std_error));
} }
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment