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

    r907 r917  
    2020  07 Aug 07 SHL Use BldQuotedFileName
    2121  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
     22  10 Jan 08 SHL Sync with CfgDlgProc mods
    2223
    2324***********************************************************************/
     
    502503          CHAR szPath2[CCHMAXPATH];
    503504          runemf2(SEPARATE,
    504                   HWND_DESKTOP, pszSrcFile, __LINE__,
    505                   NULL, NULL,
     505                  HWND_DESKTOP, pszSrcFile, __LINE__,
     506                  NULL, NULL,
    506507                  "%s %s %s",
    507508                  dircompare,
     
    588589
    589590  case IDM_NOTEBOOK:
     591    // Indicate fm/2 lite
     592    // 10 Jan 08 SHL fixme to have IDM_FM2LITE
    590593    WinDlgBox(HWND_DESKTOP,
    591594              hwnd,
    592               CfgDlgProc, FM3ModHandle, CFG_FRAME, MPFROMP(realappname));
     595              CfgDlgProc,
     596              FM3ModHandle,
     597              CFG_FRAME,
     598              MPFROMLONG(IDM_LITESETTINGS));
    593599    PostMsg(hwnd, UM_SIZE, MPVOID, MPVOID);
    594600    break;
Note: See TracChangeset for help on using the changeset viewer.