Chameleon

Chameleon Commit Details

Date:2011-08-14 11:22:03 (12 years 7 months ago)
Author:Azimutz
Commit:1373
Parents: 1372
Message:Just revert.
Changes:
M/trunk/i386/boot2/gui.c

File differences

trunk/i386/boot2/gui.c
760760
761761
762762
763
763
764764
765765
766766
767
767
768768
769769
770770
771
771
772772
773773
774774
775
775
776776
777777
778778
break;
case kPartitionTypeHPFS:
devicetype = iDeviceNTFS;// Use HPFS / NTFS icon
devicetype = iDeviceNTFS;// Use HPFS / NTFS icon
break;
case kPartitionTypeFAT16:
devicetype = iDeviceFAT16;// Use FAT16 icon
devicetype = iDeviceFAT16;// Use FAT16 icon
break;
case kPartitionTypeFAT32:
devicetype = iDeviceFAT32;// Use FAT32 icon
devicetype = iDeviceFAT32;// Use FAT32 icon
break;
case kPartitionTypeEXT3:
devicetype = iDeviceEXT3;// Use EXT2/3 icon
devicetype = iDeviceEXT3;// Use EXT2/3 icon
break;
default:

Archive Download the corresponding diff file

Revision: 1373