Changeset 925 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Jan 17, 2008, 2:09:24 AM (18 years ago)
Author:
Steven Levine
Message:

Add immediate updates toggle to config menu. Ticket #132.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r923 r925  
    4444  22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus
    4545  12 Jan 08 SHL Support drag&drop dialog toggle
     46  16 Jan 08 SHL Add sync updates toggle
    4647
    4748***********************************************************************/
     
    399400  WinCheckMenuItem(hwndMenu, IDM_TILEBACKWARDS, fTileBackwards);
    400401  WinCheckMenuItem(hwndMenu, IDM_TOGGLEDRAGDIALOG, fDragndropDlg);
     402  WinCheckMenuItem(hwndMenu, IDM_SYNCUPDATES, fSyncUpdates);
    401403}
    402404
     
    50885090    break;
    50895091
     5092  case IDM_SYNCUPDATES:
     5093    SetMenuCheck(WinQueryWindowULong(hwnd, QWL_USER),
     5094                 IDM_SYNCUPDATES,
     5095                 &fSyncUpdates,
     5096                 TRUE,
     5097                 "SyncUpdates");
     5098    break;
     5099
    50905100  case IDM_FREETREE:
    50915101    if (fFreeTree) {
Note: See TracChangeset for help on using the changeset viewer.