Changeset 917 for trunk/dll/collect.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/collect.c

    r907 r917  
    4242  26 Aug 07 GKY DosSleep(1) in loops changed to (0)
    4343  22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus
     44  10 Jan 08 SHL Sync with CfgDlgProc mods
    4445
    4546***********************************************************************/
     
    15251526      case IDM_NOTEBOOK:
    15261527        if (!ParentIsDesktop(dcd->hwndParent, dcd->hwndParent))
    1527           PostMsg(dcd->hwndParent, msg, mp1, mp2);
    1528         else
    1529           WinDlgBox(HWND_DESKTOP, hwnd, CfgDlgProc, FM3ModHandle,
    1530                     CFG_FRAME, MPFROMP("Collector"));
     1528          PostMsg(dcd->hwndParent, msg, MPFROMLONG(IDM_COLLECTORSETTINGS), mp2);
     1529        else {
     1530          WinDlgBox(HWND_DESKTOP,
     1531                    hwnd,
     1532                    CfgDlgProc,
     1533                    FM3ModHandle,
     1534                    CFG_FRAME,
     1535                    MPFROMLONG(IDM_COLLECTORSETTINGS));
     1536        }
    15311537        break;
    15321538
Note: See TracChangeset for help on using the changeset viewer.