Changeset 1391 for trunk/dll/notify.c
- Timestamp:
- Jan 12, 2009, 12:55:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notify.c
r1335 r1391 15 15 16 Apr 08 SHL Comment and clean up logic 16 16 10 Dec 08 SHL Integrate exception handler support 17 11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c 17 18 18 19 ***********************************************************************/ … … 84 85 rgb2F.bRed = (BYTE)65; 85 86 rgb2.bRed = rgb2.bGreen = rgb2.bBlue = (BYTE)255; 86 rgb2.fcOptions = 0; 87 SetPresParams(hwnd, &rgb2, &rgb2F, &rgb2, GetPString(IDS_8HELVTEXT)); 87 rgb2.fcOptions = 0; 88 //fixme to allow user to change presparams 1-10-09 GKY 89 SetPresParams(hwnd, &rgb2, &rgb2F, &rgb2, FNT_8HELVETICA); 88 90 if (hwndMain) { 89 91 if (hwndStatus)
Note:
See TracChangeset
for help on using the changeset viewer.