1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 22:22:58 +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 )
{
case TR_MSG_DBG:
foreground = "gray"; break;
foreground = "forestgreen"; break;
case TR_MSG_INF:
foreground = "black"; break;