Changeset 552 for trunk/dirsize.c


Ignore:
Timestamp:
Mar 1, 2007, 7:24:47 AM (18 years ago)
Author:
Gregg Young
Message:

font cleanup; new image and archiver masks; messages moved to string file; new drive flags including David's icons mostly working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dirsize.c

    r551 r552  
    101101        else if (type & DRIVE_REMOTE)
    102102          WinSetDlgItemText(hwnd, DIRSIZE_LOCAL, "Remote drive");
     103        else if (type & DRIVE_VIRTUAL)
     104            WinSetDlgItemText(hwnd, DIRSIZE_LOCAL, "Virtual drive");
     105        else if (type & DRIVE_RAMDISK)
     106          WinSetDlgItemText(hwnd, DIRSIZE_LOCAL, "Ramdisk");
    103107        else {
    104108          sprintf(s, "Local drive%s", (removable) ? " (removable)" : "");
Note: See TracChangeset for help on using the changeset viewer.