Changeset 921 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Jan 13, 2008, 2:21:00 AM (18 years ago)
Author:
Steven Levine
Message:

Rework Config menu. Move some to submenu. Add drag&drop dialog toggle.
Rework Walk dialog. Put entry field at the top.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r917 r921  
    4343  30 Aug 07 SHL Add accelerator support to quicklist windows
    4444  22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus
     45  12 Jan 08 SHL Support drag&drop dialog toggle
    4546
    4647***********************************************************************/
     
    392393  WinCheckMenuItem(hwndMenu, IDM_AUTOTILE, fAutoTile);
    393394  WinCheckMenuItem(hwndMenu, IDM_TILEBACKWARDS, fTileBackwards);
     395  WinCheckMenuItem(hwndMenu, IDM_TOGGLEDRAGDIALOG, fDragndropDlg);
    394396}
    395397
     
    48574859    break;
    48584860
     4861  case IDM_TOGGLEDRAGDIALOG:
     4862    SetMenuCheck(WinQueryWindowULong(hwnd, QWL_USER),
     4863                 IDM_TOGGLEDRAGDIALOG,
     4864                 &fDragndropDlg,
     4865                 TRUE,
     4866                 "Drag&DropDlg");
     4867    break;
     4868
    48594869  case IDM_FREETREE:
    48604870    if (fFreeTree) {
    4861 
    48624871      SWP swp, swpT;
    48634872
Note: See TracChangeset for help on using the changeset viewer.