Changeset 1431 for trunk/dll/init.c


Ignore:
Timestamp:
Jun 13, 2009, 7:03:02 PM (16 years ago)
Author:
Gregg Young
Message:

Changed 3 way button to radio buttons and added rescan on change to add systype/label to tree enhancement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1429 r1431  
    13121312                        pszTreeEnvVarList, MaxComLineStrg);
    13131313  size = sizeof(BOOL);
     1314  PrfQueryProfileData(fmprof, FM3Str, "ShowDriveOnly", &fShowDriveOnly, &size);
     1315  size = sizeof(BOOL);
    13141316  PrfQueryProfileData(fmprof, FM3Str, "ShowSysType", &fShowSysType, &size);
    13151317  size = sizeof(BOOL);
Note: See TracChangeset for help on using the changeset viewer.