Changeset 1391 for trunk/dll/autoview.c
- Timestamp:
- Jan 12, 2009, 12:55:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/autoview.c
r1346 r1391 25 25 29 Feb 08 GKY Use xfree where appropriate 26 26 10 Dec 08 SHL Integrate exception handler support 27 11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c 27 28 28 29 ***********************************************************************/ … … 724 725 } 725 726 mr = PFNWPStatic(hwnd, msg, mp1, mp2); 727 //fixme to allow user to change presparams 1-10-09 GKY 726 728 SetPresParams(hwnd, 727 729 &RGBGREY, 728 &RGBBLACK, &RGBGREY, GetPString(IDS_4SYSTEMVIOTEXT));730 &RGBBLACK, &RGBGREY, FNT_4SYSTEMVIO); 729 731 stopflag = 0; 730 732 return mr;
Note:
See TracChangeset
for help on using the changeset viewer.