1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-12 07:03:44 +00:00

(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

View file

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