Changeset 1722 for trunk/dll/seeall.c
- Timestamp:
- Feb 16, 2014, 9:17:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r1712 r1722 59 59 09 Feb 14 GKY Modified wipeallf to allow suppression of the readonly warning on delete 60 60 of temporary files 61 16 Feb 14 GKY Rework readonly check on delete code so it actually works in a logical way 62 and so it works with move to trashcan inabled. 61 63 62 64 ***********************************************************************/ … … 1098 1100 DosError(FERR_DISABLEHARDERR); 1099 1101 retrn = make_deleteable(list[x], error, ignorereadonly); 1100 if (retrn == 2)1102 if (retrn == SM2_CANCEL) 1101 1103 break; 1102 if (retrn == 1)1104 if (retrn == SM2_DONTASK) 1103 1105 ignorereadonly = TRUE; 1104 if (retrn == 3)1106 if (retrn == SM2_NO) 1105 1107 continue; 1106 1108 if (SHORT1FROMMP(mp1) == IDM_DELETE)
Note:
See TracChangeset
for help on using the changeset viewer.