Changeset 1880 for trunk/dll/notebook.c
- Timestamp:
- Oct 12, 2015, 8:26:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notebook.c
r1877 r1880 1954 1954 if (SaveDirCnrState(hwndMain, PCSZ_FM2TEMPTEXT) > 0) { 1955 1955 PostMsg(MainObjectHwnd, UM_RESTORE, MPVOID, MPFROMLONG(RESTORE_STATE_CLOSE_CHILDREN)); 1956 // PostMsg(hwndMain, UM_RESTORE, MPVOID, MPVOID);1957 1956 PostMsg(MainObjectHwnd, UM_RESTORE, (PSZ) PCSZ_FM2TEMPTEXT, MPFROMLONG(RESTORE_STATE_RESTORE)); 1958 1957 } … … 3836 3835 else { 3837 3836 mp2 = WinSendMsg(mi.hwndSubMenu, MM_QUERYDEFAULTITEMID, MPVOID, MPVOID); 3838 //if (!mp2) // causes spurious error message on new installs GKY 1-9-093839 // mp2 = MPFROMLONG(IDM_QUICKSETTINGS);3840 //Runtime_Error(pszSrcFile, __LINE__, "MM_QUERYDEFAULTITEMID");3841 3837 } 3842 3838 } … … 4027 4023 break; 4028 4024 case WM_CLOSE: 4029 //SaveLastPageIndex(hwnd);4030 4025 break; 4031 4026 }
Note:
See TracChangeset
for help on using the changeset viewer.