Changeset 872 for trunk/dll/mainwnd.c
- Timestamp:
- Nov 23, 2007, 12:11:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r847 r872 42 42 19 Aug 07 SHL Rework SaveDirCnrState to return better error info 43 43 30 Aug 07 SHL Add accelerator support to quicklist windows 44 22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus 44 45 45 46 ***********************************************************************/ … … 1268 1269 hwndMenu = WinLoadMenu(hwnd, FM3ModHandle, ID_BUTTONMENU); 1269 1270 DosExitCritSec(); 1270 SetPresParams(hwndMenu, NULL, NULL, NULL, GetPString(IDS_10SYSPROTEXT));1271 // SetPresParams(hwndMenu, NULL, NULL, NULL, GetPString(IDS_10SYSPROTEXT)); 1271 1272 if (PopupMenu(hwnd, hwnd, hwndMenu)) 1272 1273 WinShowWindow(hwndMenu, TRUE); … … 2179 2180 2180 2181 SetPresParams(hwnd, 2181 2182 2182 &RGBGREY, 2183 &RGBBLACK, &RGBGREY, GetPString(IDS_8HELVBOLDTEXT)); 2183 2184 return mr; 2184 2185 } … … 5445 5446 case UM_CONTEXTMENU: 5446 5447 case WM_CONTEXTMENU: 5447 if (CheckMenu( &MainPopupMenu, MAIN_POPUP)) {5448 if (CheckMenu(hwnd, &MainPopupMenu, MAIN_POPUP)) { 5448 5449 SetToggleChecks(MainPopupMenu); 5449 5450 PopupMenu(hwnd, hwnd, MainPopupMenu);
Note:
See TracChangeset
for help on using the changeset viewer.