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

    r1544 r1546  
    9797  17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *.
    9898  09 MAY 10 JBS Ticket 434: Make fDontSuggestAgain a "global" flag, not a per app flag
     99  23 Oct 10 GKY Changes to populate and utilize a HELPTABLE for context specific help
    99100
    100101***********************************************************************/
     
    930931  hini.idActionBar = 0;
    931932  hini.pszHelpWindowTitle = (PSZ)GetPString(IDS_FM2HELPTITLETEXT);
     933  hini.hmodHelpTableModule = FM3ModHandle;
    932934  hini.fShowPanelId = CMIC_HIDE_PANEL_ID;
    933935  hini.pszHelpLibraryName = "FM3.HLP";
Note: See TracChangeset for help on using the changeset viewer.