Changeset 921 for trunk/dll/mainwnd.c
- Timestamp:
- Jan 13, 2008, 2:21:00 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r917 r921 43 43 30 Aug 07 SHL Add accelerator support to quicklist windows 44 44 22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus 45 12 Jan 08 SHL Support drag&drop dialog toggle 45 46 46 47 ***********************************************************************/ … … 392 393 WinCheckMenuItem(hwndMenu, IDM_AUTOTILE, fAutoTile); 393 394 WinCheckMenuItem(hwndMenu, IDM_TILEBACKWARDS, fTileBackwards); 395 WinCheckMenuItem(hwndMenu, IDM_TOGGLEDRAGDIALOG, fDragndropDlg); 394 396 } 395 397 … … 4857 4859 break; 4858 4860 4861 case IDM_TOGGLEDRAGDIALOG: 4862 SetMenuCheck(WinQueryWindowULong(hwnd, QWL_USER), 4863 IDM_TOGGLEDRAGDIALOG, 4864 &fDragndropDlg, 4865 TRUE, 4866 "Drag&DropDlg"); 4867 break; 4868 4859 4869 case IDM_FREETREE: 4860 4870 if (fFreeTree) { 4861 4862 4871 SWP swp, swpT; 4863 4872
Note:
See TracChangeset
for help on using the changeset viewer.