Changeset 1722 for trunk/dll/seeall.c


Ignore:
Timestamp:
Feb 16, 2014, 9:17:15 PM (11 years ago)
Author:
Gregg Young
Message:

The rest of the files for CS 1721

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/seeall.c

    r1712 r1722  
    5959  09 Feb 14 GKY Modified wipeallf to allow suppression of the readonly warning on delete
    6060                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.
    6163
    6264***********************************************************************/
     
    10981100                DosError(FERR_DISABLEHARDERR);
    10991101                retrn = make_deleteable(list[x], error, ignorereadonly);
    1100                 if (retrn == 2)
     1102                if (retrn == SM2_CANCEL)
    11011103                  break;
    1102                 if (retrn == 1)
     1104                if (retrn == SM2_DONTASK)
    11031105                  ignorereadonly = TRUE;
    1104                 if (retrn == 3)
     1106                if (retrn == SM2_NO)
    11051107                  continue;
    11061108                if (SHORT1FROMMP(mp1) == IDM_DELETE)
Note: See TracChangeset for help on using the changeset viewer.