Changeset 1391 for trunk/dll/comp.c
- Timestamp:
- Jan 12, 2009, 12:55:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.c
r1358 r1391 60 60 10 Dec 08 SHL Integrate exception handler support 61 61 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis. 62 11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c 62 63 63 64 ***********************************************************************/ … … 2229 2230 }; 2230 2231 UINT x; 2231 for (x = 0; ids[x]; x++) { 2232 for (x = 0; ids[x]; x++) { 2233 //fixme to allow user to change presparams 1-10-09 GKY 2232 2234 SetPresParams(WinWindowFromID(hwnd, ids[x]), 2233 2235 &RGBGREY, 2234 &RGBBLACK, &RGBBLACK, GetPString(IDS_8HELVTEXT));2236 &RGBBLACK, &RGBBLACK, FNT_8HELVETICA); 2235 2237 } 2236 2238 }
Note:
See TracChangeset
for help on using the changeset viewer.