Changeset 953 for trunk/dll/collect.c


Ignore:
Timestamp:
Feb 16, 2008, 3:15:16 AM (18 years ago)
Author:
Steven Levine
Message:

Rework code and resources to support settings menu conditional cascade
Optimize last settings menu save/restore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/collect.c

    r948 r953  
    4444  10 Jan 08 SHL Sync with CfgDlgProc mods
    4545  10 Feb 08 GKY Implement bubble help for bitmap menu items
     46  15 Feb 08 SHL Sync with settings menu rework
    4647
    4748***********************************************************************/
     
    6970#include "errutil.h"                    // Runtime_Error
    7071#include "tmrsvcs.h"                    // ITIMER_DESC
     72#include "notebook.h"                   // CfgDlgProc
    7173#include "fm3dll.h"
    7274
     
    15511553        break;
    15521554
    1553       case IDM_NOTEBOOK:
     1555      case IDM_COLLECTORVIEWSETTINGS:
    15541556        if (!ParentIsDesktop(dcd->hwndParent, dcd->hwndParent))
    1555           PostMsg(dcd->hwndParent, msg, MPFROMLONG(IDM_COLLECTORSETTINGS), mp2);
     1557          PostMsg(dcd->hwndParent, msg, MPFROMLONG(IDM_COLLECTORVIEWSETTINGS), mp2);
    15561558        else {
    15571559          WinDlgBox(HWND_DESKTOP,
     
    15601562                    FM3ModHandle,
    15611563                    CFG_FRAME,
    1562                     MPFROMLONG(IDM_COLLECTORSETTINGS));
     1564                    MPFROMLONG(IDM_COLLECTORVIEWSETTINGS));
    15631565        }
    15641566        break;
Note: See TracChangeset for help on using the changeset viewer.