Changeset 1546 for trunk/dll/misc.c
- Timestamp:
- Oct 24, 2010, 12:33:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.c
r1544 r1546 66 66 Added load_inicommand to load the IDs from the ini file. 67 67 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 68 23 Oct 10 GKY Add menu items for opening directory cnrs based on path of selected item 69 including the option to use walk directories to select path 68 70 69 71 ***********************************************************************/ … … 2011 2013 fDefaultDeletePerm ? IDM_PERMDELETE : IDM_DELETE); 2012 2014 SetConditionalCascade(CollectorFileMenu, IDM_OPENSUBMENU, 2013 IDM_OPENDEFAULT); 2015 IDM_OPENDEFAULT); 2016 SetConditionalCascade(CollectorFileMenu, IDM_OPENSUBCNRMENU, 2017 IDM_OPENWINDOW); 2014 2018 SetConditionalCascade(CollectorFileMenu, IDM_OBJECTSUBMENU, IDM_SHADOW); 2015 2019 if (fWorkPlace) {
Note:
See TracChangeset
for help on using the changeset viewer.