Change an error message to be more clear about the error.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2582 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
c151befff3
commit
f04e0c3955
@ -13,6 +13,8 @@
|
|||||||
Add new function document_set_indicator_on_line() for future use.
|
Add new function document_set_indicator_on_line() for future use.
|
||||||
Add some functions to the plugin API for the upcoming spell check
|
Add some functions to the plugin API for the upcoming spell check
|
||||||
plugin.
|
plugin.
|
||||||
|
* plugins/vcdiff.c:
|
||||||
|
Change an error message to be more clear about the error.
|
||||||
|
|
||||||
|
|
||||||
2008-05-14 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
2008-05-14 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||||
|
@ -304,7 +304,7 @@ static void show_output(const gchar *std_output, const gchar *name_prefix,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
p_ui->set_statusbar(FALSE, _("Could not parse the output of the diff"));
|
p_ui->set_statusbar(FALSE, _("Input conversion of the diff output failed."));
|
||||||
}
|
}
|
||||||
g_free(text);
|
g_free(text);
|
||||||
g_free(detect_enc);
|
g_free(detect_enc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user