Changeset 1045 for trunk/dll/init.c


Ignore:
Timestamp:
Jul 7, 2008, 1:40:18 AM (17 years ago)
Author:
Gregg Young
Message:

One last piece of the trashcan stuff (ticket 43)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1017 r1045  
    13681368  size = sizeof(BOOL);
    13691369  PrfQueryProfileData(fmprof, FM3Str, "FM2Deletes", &fFM2Deletes, &size);
     1370  size = sizeof(BOOL);
     1371  PrfQueryProfileData(fmprof, FM3Str, "TrashCan", &fTrashCan, &size);
    13701372
    13711373  LoadDetailsSwitches("DirCnr", NULL);
Note: See TracChangeset for help on using the changeset viewer.