(trunk gtk) make the debug messages easier to read in the message window. grey-on-white was just stupid.

This commit is contained in:
Charles Kerr 2010-02-07 17:15:02 +00:00
parent 5134dd8966
commit 0dcfcc8053
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ getForegroundColor( int msgLevel )
switch( msgLevel )
{
case TR_MSG_DBG:
foreground = "gray"; break;
foreground = "forestgreen"; break;
case TR_MSG_INF:
foreground = "black"; break;