Changeset 1482 for trunk/dll/dirsize.c


Ignore:
Timestamp:
Dec 13, 2009, 8:59:47 PM (16 years ago)
Author:
Gregg Young
Message:

Fixed separate parameters; added the ability to set it either globally or for just one app; some files only contain white space changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dirsize.c

    r1438 r1482  
    4646  08 Mar 09 GKY Additional strings move to PCSZs in init.c
    4747  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
    4853
    4954***********************************************************************/
     
    900905            strcpy(s, PCSZ_ICON);
    901906            PrfQueryProfileData(fmprof, appname, "DirflWindowAttr",
    902                                 (PVOID) & flWindowAttr, &size);
     907                                (PVOID) &flWindowAttr, &size);
    903908            if (flWindowAttr & CV_DETAIL) {
    904909              if (IsRoot(szFileName))
Note: See TracChangeset for help on using the changeset viewer.