Changeset 1741 for trunk/dll/arccnrs.c
- Timestamp:
- Feb 23, 2014, 12:32:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1738 r1741 92 92 It was never fully implemented and doesn't make sense for the container. 93 93 09 Feb 14 GKY Fix trap on opening a file without an extention 94 22 Feb 14 GKY Fix warn readonly yes don't ask to work when recursing directories. 94 95 95 96 ***********************************************************************/ … … 3094 3095 li->type = SHORT1FROMMP(mp1); 3095 3096 li->hwnd = hwnd; 3096 li->list = BuildArcList(hwnd); 3097 li->list = BuildArcList(hwnd); 3098 if (li->type == IDM_DELETE) 3099 ignorereadonly = FALSE; 3097 3100 if (li->type == IDM_REFRESH) { 3098 3101
Note:
See TracChangeset
for help on using the changeset viewer.