Changeset 1546 for trunk/dll/extract.c
- Timestamp:
- Oct 24, 2010, 12:33:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/extract.c
r1505 r1546 19 19 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 20 20 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 21 23 Oct 10 GKY Changes to populate and utilize a HELPTABLE for context specific help 21 22 22 23 ***********************************************************************/ … … 458 459 459 460 case IDM_HELP: 461 case WM_HELP: 460 462 if (hwndHelp) 461 463 WinSendMsg(hwndHelp, HM_DISPLAY_HELP,
Note:
See TracChangeset
for help on using the changeset viewer.