Changeset 1391 for trunk/dll/viewinf.c
- Timestamp:
- Jan 12, 2009, 12:55:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/viewinf.c
r1335 r1391 16 16 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory and use BldFullPathName 17 17 10 Dec 08 SHL Integrate exception handler support 18 11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c 18 19 19 20 ***********************************************************************/ … … 252 253 } 253 254 else { 255 //fixme to allow user to change presparams 1-10-09 GKY 254 256 WinSetPresParam(WinWindowFromID(hwnd, VINF_LISTBOX), 255 257 PP_FONTNAMESIZE, 256 strlen( GetPString(IDS_10SYSTEMMONOTEXT)) + 1,257 (PVOID) GetPString(IDS_10SYSTEMMONOTEXT));258 strlen("10.System Monospaced") + 1, 259 "10.System Monospaced"); 258 260 } 259 261 WinSetWindowText(hwnd, GetPString(IDS_VIEWHELPFILESTEXT));
Note:
See TracChangeset
for help on using the changeset viewer.