Changeset 919 for trunk/dll/notebook.c
- Timestamp:
- Jan 12, 2008, 10:43:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notebook.c
r918 r919 3083 3083 if (mp2 == MPFROMLONG(IDM_QUICKSETTINGS) && 3084 3084 x-- > 0 && np[x].hwnd && np[x].usFrameId == CFG9_FRAME) { 3085 // 10 Jan 08 SHL fixme to knowwhat UM_SETDIR 1 means3085 // 10 Jan 08 SHL fixme to document what UM_SETDIR 1 means 3086 3086 PostMsg(MainObjectHwnd, UM_SETDIR, MPFROMLONG(1), MPVOID); 3087 3087 PostMsg(WinWindowFromID(hwnd, CFG_NOTEBOOK), … … 3091 3091 } 3092 3092 else { 3093 if (uLastPageIndex >= x) { 3094 Runtime_Error(pszSrcFile, __LINE__, "uLastPageIndex corrupted (%u)", 3095 uLastPageIndex); 3096 uLastPageIndex = 0; 3097 } 3093 3098 PostMsg(WinWindowFromID(hwnd, CFG_NOTEBOOK), 3094 3099 BKM_TURNTOPAGE, MPFROMLONG(np[uLastPageIndex].ulPageId), MPVOID);
Note:
See TracChangeset
for help on using the changeset viewer.