Changeset 1546 for trunk/dll/avl.c
- Timestamp:
- Oct 24, 2010, 12:33:00 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/dll/avl.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/avl.c
r1544 r1546 38 38 11 Jan 08 GKY Replace "ARCHIVER.BB2" in string file with global set at compile in init.c 39 39 08 Mar 09 GKY Additional strings move to PCSZs in init.c 40 23 Oct 10 GKY Changes to populate and utilize a HELPTABLE for context specific help 40 41 41 42 ***********************************************************************/ … … 810 811 811 812 break; 813 814 case WM_HELP: 815 if (hwndHelp) 816 WinSendMsg(hwndHelp, 817 HM_DISPLAY_HELP, 818 MPFROMSHORT(1), MPFROMSHORT(HM_RESOURCEID)); 819 break; 812 820 813 821 case WM_COMMAND:
Note:
See TracChangeset
for help on using the changeset viewer.
