Changeset 1398 for trunk/dll/notebook.c
- Timestamp:
- Feb 21, 2009, 6:43:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notebook.c
r1395 r1398 3677 3677 haccelCfg = WinLoadAccelTable(hab, FM3ModHandle, CFG_FRAME); 3678 3678 if (haccelCfg == NULLHANDLE) 3679 Win_Error(hwndNotebook, HWND_DESKTOP, pszSrcFile, __LINE__, "WinLoadAccelTable");3679 Win_Error(hwndNotebook, HWND_DESKTOP, pszSrcFile, __LINE__, PCSZ_WINLOADACCELTABLE); 3680 3680 } 3681 3681 if (haccelCfg != NULLHANDLE) { 3682 3682 if (!WinSetAccelTable(hab, haccelCfg, hwndNotebook)) 3683 Win_Error(hwndNotebook, HWND_DESKTOP, pszSrcFile, __LINE__, "WinSetAccelTable");3683 Win_Error(hwndNotebook, HWND_DESKTOP, pszSrcFile, __LINE__, PCSZ_WINSETACCELTABLE); 3684 3684 // else 3685 3685 // DbgMsg(pszSrcFile, __LINE__, "WinSetAccelTable MAIN_DRIVELIST %x %x", hwndFrame, haccelDriveList);
Note:
See TracChangeset
for help on using the changeset viewer.