Changeset 1741 for trunk/dll/seeall.c
- Timestamp:
- Feb 23, 2014, 12:32:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r1722 r1741 61 61 16 Feb 14 GKY Rework readonly check on delete code so it actually works in a logical way 62 62 and so it works with move to trashcan inabled. 63 22 Feb 14 GKY Fix warn readonly yes don't ask to work when recursing directories. 63 64 64 65 ***********************************************************************/ … … 980 981 CHAR prompt[CCHMAXPATH * 3]; 981 982 APIRET error; 982 BOOL ignorereadonly = FALSE;983 983 984 984 for (x = 0; list[x]; x++) { … … 4346 4346 case IDM_SHADOW: 4347 4347 case IDM_OPENSETTINGS: 4348 case IDM_OPENDEFAULT: 4348 case IDM_OPENDEFAULT: 4349 if (SHORT1FROMMP(mp1) == IDM_DELETE) 4350 ignorereadonly = FALSE; 4349 4351 if (!PostMsg(pAD->hwndObj, UM_MASSACTION, mp1, MPFROMP(list))) 4350 4352 FreeList(list);
Note:
See TracChangeset
for help on using the changeset viewer.