Changeset 1109 for trunk/dll/notebook.c


Ignore:
Timestamp:
Aug 19, 2008, 12:43:53 AM (17 years ago)
Author:
Gregg Young
Message:

Menu now consistently remebers last notebook page opened & no new dircnr is opened when quick conf page is opened (tickets 261 & 262)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/notebook.c

    r1103 r1109  
    36013601    {
    36023602      // 10 Jan 08 SHL fixme to document what UM_SETDIR 1 means
    3603       PostMsg(MainObjectHwnd, UM_SETDIR, MPFROMLONG(1), MPVOID);
     3603      //PostMsg(MainObjectHwnd, UM_SETDIR, MPFROMLONG(1), MPVOID);
    36043604      PostMsg(WinWindowFromID(hwnd, CFG_NOTEBOOK),
    36053605              BKM_TURNTOPAGE, MPFROMLONG(np[x].ulPageId), MPVOID);
     
    36563656    switch (SHORT1FROMMP(mp1)) {
    36573657    case DID_OK:
     3658      SaveLastPageIndex(hwnd);
    36583659      WinDismissDlg(hwnd, 1);
    36593660      break;
     
    37163717    break;
    37173718  case WM_CLOSE:
    3718     SaveLastPageIndex(hwnd);
     3719    //SaveLastPageIndex(hwnd);
    37193720    break;
    37203721  }
Note: See TracChangeset for help on using the changeset viewer.