Changeset 1391 for trunk/dll/treecnr.c
- Timestamp:
- Jan 12, 2009, 12:55:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1375 r1391 58 58 and have no default choice. 59 59 01 Jan 09 GKY Add Seek and Scan to drives & directory context menus pass drive/dir as search root 60 11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c 60 61 61 62 ***********************************************************************/ … … 174 175 175 176 rc = PFNWPButton(hwnd, msg, mp1, mp2); 177 //fixme to allow user to change presparams 1-10-09 GKY 176 178 WinSetPresParam(hwnd, PP_FONTNAMESIZE, 177 strlen( GetPString(IDS_8TIMESNEWROMANTEXT)) + 1,178 (PVOID) GetPString(IDS_8TIMESNEWROMANTEXT));179 strlen(FNT_8TIMESNEWROMAN) + 1, 180 FNT_8TIMESNEWROMAN); 179 181 return rc; 180 182 }
Note:
See TracChangeset
for help on using the changeset viewer.