Changeset 1409 for trunk/dll/init.c


Ignore:
Timestamp:
Mar 20, 2009, 12:35:30 AM (16 years ago)
Author:
Gregg Young
Message:

Rename some container ini keys consolidate inline code in WriteDetailsSwitches, LoadDetailsSwitches and RemoveCnrSwitches (Ticket 343, 345, 347) Save changes to detail switches for compare directories (Ticket 346). Move additional messages to PCSZs (Ticket 6). Comments and minor code clean up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1403 r1409  
    235235PCSZ PCSZ_COLLECTOR   = "Collector";
    236236PCSZ PCSZ_DIRCNR      = "DirCnr";
     237PCSZ PCSZ_DIRCMP      = "DirCmp";
    237238PCSZ PCSZ_DIRSIZES    = "DirSizes";
    238239PCSZ PCSZ_TOOLBAR     = "ToolBar";
     
    15201521  PrfQueryProfileData(fmprof, FM3Str, "TrashCan", &fTrashCan, &size);
    15211522
    1522   LoadDetailsSwitches(PCSZ_DIRCNR, &dsDirCnrDefault);
     1523  LoadDetailsSwitches(PCSZ_DIRCNR, &dsDirCnrDefault, FALSE);
    15231524
    15241525  /* load pointers and icons we use */
Note: See TracChangeset for help on using the changeset viewer.