Changeset 877 for trunk/dll/mainwnd.c
- Timestamp:
- Nov 24, 2007, 8:50:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r875 r877 1269 1269 hwndMenu = WinLoadMenu(hwnd, FM3ModHandle, ID_BUTTONMENU); 1270 1270 DosExitCritSec(); 1271 //SetPresParams(hwndMenu, NULL, NULL, NULL, GetPString(IDS_10SYSPROTEXT));1271 SetPresParams(hwndMenu, NULL, NULL, NULL, GetPString(IDS_10SYSPROTEXT)); 1272 1272 if (PopupMenu(hwnd, hwnd, hwndMenu)) 1273 1273 WinShowWindow(hwndMenu, TRUE); … … 2196 2196 (ULONG) sizeof(AttrValue), &AttrValue, 0); 2197 2197 if (cbRetLen) { 2198 switch (AttrFound) {2199 case PP_FONTNAMESIZE:2198 //switch (AttrFound) { 2199 //case PP_FONTNAMESIZE: 2200 2200 PostMsg(WinQueryWindow(hwnd, QW_PARENT), 2201 2201 WM_UPDATEFRAME, MPFROMLONG(FCF_SIZEBORDER), MPVOID); 2202 2202 break; 2203 } 2203 2204 2204 } 2205 2205 }
Note:
See TracChangeset
for help on using the changeset viewer.