Changeset 953 for trunk/dll/dircnrs.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/dircnrs.c

    r930 r953  
    3434  10 Jan 08 SHL Sync with CfgDlgProc mods
    3535  xx Jan 08 JBS Ticket 150: fix/improve save and restore of dir cnr state at FM/2 close/reopen
     36  15 Feb 08 SHL Sync with settings menu rework
    3637
    3738***********************************************************************/
     
    5657#include "errutil.h"                    // Dos_Error...
    5758#include "strutil.h"                    // GetPString
     59#include "notebook.h"                   // CfgDlgProc
    5860#include "fm3dll.h"
    5961
     
    18321834        break;
    18331835
    1834       case IDM_NOTEBOOK:
     1836      case IDM_DIRCNRSETTINGS:
    18351837        if (!ParentIsDesktop(dcd->hwndParent, dcd->hwndParent))
    18361838          PostMsg(dcd->hwndParent, msg, MPFROMLONG(IDM_DIRCNRSETTINGS), mp2);
Note: See TracChangeset for help on using the changeset viewer.