Changeset 8394
- Timestamp:
- 04/04/07 19:14:13 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8393 r8394 14 14 _ 15 15 _ 16 _17 16 18 17 While an underscore is a placeholder for a white-space or an empty line. 19 18 20 19 -*-*- END OF LINE -*-*- 20 21 2007/04/04 Thomas Bretz 22 23 * mbase/MLogHtml.cc: 24 - the closing parenthesis was missing for setting to green color 25 26 21 27 22 28 2007/04/03 Thomas Bretz -
trunk/MagicSoft/Mars/mbase/MLogHtml.cc
r8192 r8394 112 112 case 1: *fOut << "<font color='maroon'>"; break; // err 113 113 case 2: *fOut << "<font color='#FF6600'>"; break; // warn (olive?) 114 case 3: *fOut << "<font color='green' ";break; // inf114 case 3: *fOut << "<font color='green'>"; break; // inf 115 115 default: *fOut << "<font color='navy'>"; break; // all others (dbg) 116 116 }
Note:
See TracChangeset
for help on using the changeset viewer.