Changeset 1431 for trunk/dll/treecnr.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/treecnr.c

    r1428 r1431  
    785785                *szFree = 0;
    786786              driveserial[toupper(*pci->pszFileName) - 'A'] = volser.serial;
    787               if (CheckDrive(toupper(*pci->pszFileName), FileSystem, &type) == -1 || fShowSysType)
     787              if (CheckDrive(toupper(*pci->pszFileName), FileSystem, &type) == -1 ||
     788                  fShowSysType)
    788789                strcpy(FileSystem, "");
    789790              if (fShowLabel)
     
    791792              else
    792793                strcpy(szTmpLabel, volser.volumelabel);
    793               if (fSplitStatus)
     794              if (fSplitStatus) {
     795                CHAR temp[CCHMAXPATH] = " [";
     796
     797                strcat(temp, s);
     798                strcat(temp, "]");
    794799                sprintf(s,
    795800                        GetPString(fShowSysType ? IDS_TREESTATUSSTART1TEXT : fShowLabel
     
    797802                        toupper(*pci->pszFileName), FileSystem,
    798803                        szTmpLabel, volser.serial, szFree);
     804                strcat(s, temp);
     805              }
    799806              else {
    800807                strcat(s, " [");
Note: See TracChangeset for help on using the changeset viewer.