Changeset 1391 for trunk/dll/seeall.c
- Timestamp:
- Jan 12, 2009, 12:55:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r1358 r1391 40 40 10 Dec 08 SHL Integrate exception handler support 41 41 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis 42 11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c 43 11 Jan 08 GKY Change flag on GetMLEFont to 3 from 11 to give a larger selection of mono spaced fonts 42 44 43 45 ***********************************************************************/ … … 3335 3337 pAD->hwndPopup = 3336 3338 WinLoadMenu(HWND_DESKTOP, FM3ModHandle, SEEALL_POPUP); 3337 if (pAD->hwndPopup) { 3339 if (pAD->hwndPopup) { 3340 //fixme to allow user to change presparams 1-10-09 GKY 3338 3341 WinSetPresParam(pAD->hwndPopup, PP_FONTNAMESIZE, 3339 (ULONG) strlen(GetPString(IDS_8HELVTEXT)) + 1,3340 (PVOID) GetPString(IDS_8HELVTEXT));3342 strlen(FNT_8HELVETICA) + 1, 3343 FNT_8HELVETICA); 3341 3344 SetConditionalCascade(pAD->hwndPopup, 3342 3345 IDM_DELETESUBMENU, … … 4014 4017 4015 4018 case IDM_FONTPALETTE: 4016 SetMLEFont(hwnd, &pAD->fattrs, 11);4019 SetMLEFont(hwnd, &pAD->fattrs, 3); 4017 4020 PrfWriteProfileData(fmprof, 4018 4021 appname,
Note:
See TracChangeset
for help on using the changeset viewer.