Changeset 1546 for trunk/dll/avl.c


Ignore:
Timestamp:
Oct 24, 2010, 12:33:00 AM (15 years ago)
Author:
Gregg Young
Message:

Add menu item to allow opening of directory container from the collector based on the path of the selected item. (Ticket 362) Add open file button to EAs dialog to allow opening of a new file's eas (Ticket 439). Initial work on populating the help table (It provides F1 help a few more places) (Ticket 95). Some minor code cleanup and help file updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/avl.c

    r1544 r1546  
    3838  11 Jan 08 GKY Replace "ARCHIVER.BB2" in string file with global set at compile in init.c
    3939  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
    4041
    4142***********************************************************************/
     
    810811
    811812    break;
     813
     814  case WM_HELP:
     815      if (hwndHelp)
     816        WinSendMsg(hwndHelp,
     817                   HM_DISPLAY_HELP,
     818                   MPFROMSHORT(1), MPFROMSHORT(HM_RESOURCEID));
     819      break;
    812820
    813821  case WM_COMMAND:
Note: See TracChangeset for help on using the changeset viewer.