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

    r1505 r1546  
    289289                         (PVOID) & pat) || !pat || !pat->id || !*pat->id) {
    290290            if (!fAlertBeepOff)
    291             DosBeep(250, 100);          // Complain
     291              DosBeep(250, 100);          // Complain
    292292            WinCheckButton(hwnd, CFGA_DEFARC, FALSE);
    293293          }
Note: See TracChangeset for help on using the changeset viewer.