Revision: 4259 http://geany.svn.sourceforge.net/geany/?rev=4259&view=rev Author: ntrel Date: 2009-09-28 16:24:58 +0000 (Mon, 28 Sep 2009)
Log Message: ----------- Show build 'Compilation failed' message in blue also, to distinguish it from build output.
Modified Paths: -------------- trunk/src/build.c
Modified: trunk/src/build.c =================================================================== --- trunk/src/build.c 2009-09-28 16:14:24 UTC (rev 4258) +++ trunk/src/build.c 2009-09-28 16:24:58 UTC (rev 4259) @@ -1025,7 +1025,7 @@ 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) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.