Changeset 1482 for trunk/dll/dirsize.c
- Timestamp:
- Dec 13, 2009, 8:59:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirsize.c
r1438 r1482 46 46 08 Mar 09 GKY Additional strings move to PCSZs in init.c 47 47 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 48 13 Dec 09 GKY Fixed separate paramenters. Please note that appname should be used in 49 profile calls for user settings that work and are setable in more than one 50 miniapp; FM3Str should be used for setting only relavent to FM/2 or that 51 aren't user settable; realappname should be used for setting applicable to 52 one or more miniapp but not to FM/2 48 53 49 54 ***********************************************************************/ … … 900 905 strcpy(s, PCSZ_ICON); 901 906 PrfQueryProfileData(fmprof, appname, "DirflWindowAttr", 902 (PVOID) & 907 (PVOID) &flWindowAttr, &size); 903 908 if (flWindowAttr & CV_DETAIL) { 904 909 if (IsRoot(szFileName))
Note:
See TracChangeset
for help on using the changeset viewer.