Changeset 1391 for trunk/dll/datamin.c
- Timestamp:
- Jan 12, 2009, 12:55:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/datamin.c
r1375 r1391 24 24 03 Jan 09 GKY Check for system that is protectonly to gray out Dos/Win command lines and prevent 25 25 Dos/Win programs from being inserted into the execute dialog with message why. 26 11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c 26 27 27 28 ***********************************************************************/ … … 230 231 NoFloat = FALSE; 231 232 Positioned = FALSE; 233 //fixme to allow user to change presparams 1-10-09 GKY 232 234 SetPresParams(hwnd, 233 &RGBGREY, &RGBBLACK, &RGBBLACK, GetPString(IDS_8HELVTEXT));235 &RGBGREY, &RGBBLACK, &RGBBLACK, FNT_8HELVETICA); 234 236 { 235 237 int c;
Note:
See TracChangeset
for help on using the changeset viewer.