Show build 'Compilation failed' message in blue also, to distinguish it from build output.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4259 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
b897991cad
commit
ed72eeefce
@ -1025,7 +1025,7 @@ static void show_build_result_message(gboolean failure)
|
||||
if (failure)
|
||||
{
|
||||
msg = _("Compilation failed.");
|
||||
msgwin_compiler_add_string(COLOR_DARK_RED, msg);
|
||||
msgwin_compiler_add_string(COLOR_BLUE, msg);
|
||||
/* If msgwindow is hidden, user will want to display it to see the error */
|
||||
if (! ui_prefs.msgwindow_visible)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user