Changeset 1741 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Feb 23, 2014, 12:32:04 AM (11 years ago)
Author:
Gregg Young
Message:

Fix warn readonly yes don't ask to work when recursing directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r1738 r1741  
    9292                It was never fully implemented and doesn't make sense for the container.
    9393  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.
    9495
    9596***********************************************************************/
     
    30943095            li->type = SHORT1FROMMP(mp1);
    30953096            li->hwnd = hwnd;
    3096             li->list = BuildArcList(hwnd);
     3097            li->list = BuildArcList(hwnd);
     3098            if (li->type == IDM_DELETE)
     3099              ignorereadonly = FALSE;
    30973100            if (li->type == IDM_REFRESH) {
    30983101
Note: See TracChangeset for help on using the changeset viewer.