Changeset 1741 for trunk/dll/collect.c
- Timestamp:
- Feb 23, 2014, 12:32:04 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/dll/collect.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/collect.c
r1702 r1741 83 83 05 Sep 12 SHL Correct UM_COLLECTFROMFILE bad list file reporting 84 84 13 Dec 13 SHL CollectorCnrWndProc IDM_FILTER: avoid exception on missing fileName 85 22 Feb 14 GKY Fix warn readonly yes don't ask to work when recursing directories. 85 86 86 87 ***********************************************************************/ … … 158 159 #include "excputil.h" // xbeginthread 159 160 #include "walkem.h" // WalkAllDlgProc 161 #include "copyf.h" // ignorereadonly 160 162 161 163 // Data definitions … … 640 642 case IDM_MCIPLAY: 641 643 case IDM_UPDATE: 644 if (li->type == IDM_DELETE) 645 ignorereadonly = FALSE; 642 646 if (PostMsg(hwnd, UM_MASSACTION, mp1, mp2)) 643 647 return (MRESULT) TRUE; … … 2393 2397 action = UM_MASSACTION; 2394 2398 break; 2395 } 2399 } 2400 if (li->type == IDM_DELETE) 2401 ignorereadonly = FALSE; 2396 2402 if (li->type == IDM_SHADOW || li->type == IDM_OBJECT || 2397 2403 li->type == IDM_SHADOW2)
Note:
See TracChangeset
for help on using the changeset viewer.
