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

    r907 r917  
    4949  22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus
    5050  30 Dec 07 GKY Use TestCDates for sort by date
     51  10 Jan 08 SHL Sync with CfgDlgProc mods
    5152
    5253***********************************************************************/
     
    14661467        free(s);
    14671468        if (IsFile(filename) == 1) {
    1468 #if 1 // 06 Oct 07 SHL fixme to be gone - set to 0 for ticket #58  testing
     1469#if 1 // 06 Oct 07 SHL fixme to be gone - set to 0 for ticket #58 testing
    14691470          if (fViewChild && fArcStuffVisible)
    14701471            DosSleep(100);  // Allow unzip session to finish closing 14 Mar 07 SHL
     
    26272628      case IDM_NOTEBOOK:
    26282629        if (!ParentIsDesktop(dcd->hwndParent, dcd->hwndParent))
    2629           PostMsg(dcd->hwndParent, msg, mp1, mp2);
    2630         else
     2630          PostMsg(dcd->hwndParent, msg, MPFROMLONG(IDM_ARCHIVERSETTINGS), mp2);
     2631        else {
    26312632          WinDlgBox(HWND_DESKTOP,
    26322633                    hwnd,
    2633                     CfgDlgProc, FM3ModHandle, CFG_FRAME, MPFROMP("Archive"));
     2634                    CfgDlgProc,
     2635                    FM3ModHandle,
     2636                    CFG_FRAME,
     2637                    MPFROMLONG(IDM_ARCHIVERSETTINGS));
     2638        }
    26342639        break;
    26352640
Note: See TracChangeset for help on using the changeset viewer.