rollback change Modified: trunk/reactos/subsys/system/taskmgr/font.c _____
Modified: trunk/reactos/subsys/system/taskmgr/font.c --- trunk/reactos/subsys/system/taskmgr/font.c 2005-06-30 16:57:06 UTC (rev 16354) +++ trunk/reactos/subsys/system/taskmgr/font.c 2005-06-30 16:59:07 UTC (rev 16355) @@ -37,11 +37,11 @@
if ((lpszText[i] >= '0') && (lpszText[i] <= '9')) { BitBlt(hDC, x + (i * 8), y, 8, 11, hFontDC, (lpszText[i] - '0') * 8, 0, SRCCOPY); } - else if (lpszText[i] == '%') + else if (lpszText[i] == 'K') { BitBlt(hDC, x + (i * 8), y, 8, 11, hFontDC, 80, 0, SRCCOPY); } - else if (lpszText[i] == 'K') + else if (lpszText[i] == '%') { BitBlt(hDC, x + (i * 8), y, 8, 11, hFontDC, 88, 0, SRCCOPY); }