Changeset 917 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Jan 11, 2008, 10:41:56 PM (18 years ago)
Author:
Steven Levine
Message:

Correct/enhance settings notebook navigation, ticket #188 (Steven)
Reopen settings notebook to last selected page unless overridden, ticket #188 (Steven)
More Compare Directory overflow tweaks (Steven)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r908 r917  
    4343  26 Aug 07 SHL Revert to DosSleep(0)
    4444  22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus
     45  10 Jan 08 SHL Sync with CfgDlgProc mods
    4546
    4647***********************************************************************/
     
    23742375      case IDM_NOTEBOOK:
    23752376        if (!ParentIsDesktop(dcd->hwndParent, dcd->hwndParent))
    2376           PostMsg(dcd->hwndParent, msg, mp1, mp2);
    2377         else
    2378           WinDlgBox(HWND_DESKTOP, hwnd, CfgDlgProc, FM3ModHandle,
    2379                     CFG_FRAME, MPFROMP("Tree"));
     2377          PostMsg(dcd->hwndParent, msg, MPFROMLONG(IDM_TREECNRSETTINGS), mp2);
     2378        else {
     2379          WinDlgBox(HWND_DESKTOP,
     2380                    hwnd,
     2381                    CfgDlgProc,
     2382                    FM3ModHandle,
     2383                    CFG_FRAME,
     2384                    MPFROMLONG(IDM_TREECNRSETTINGS));
     2385        }
    23802386        break;
    23812387
Note: See TracChangeset for help on using the changeset viewer.