Changeset 1546 for trunk/dll/extract.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/extract.c

    r1505 r1546  
    1919  07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook.
    2020  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
    2122
    2223***********************************************************************/
     
    458459
    459460    case IDM_HELP:
     461    case WM_HELP:
    460462      if (hwndHelp)
    461463        WinSendMsg(hwndHelp, HM_DISPLAY_HELP,
Note: See TracChangeset for help on using the changeset viewer.