mirror of
https://github.com/transmission/transmission
synced 2025-03-11 14:43:42 +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:
parent
5134dd8966
commit
0dcfcc8053
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue