DriveSetup: show content type if there is no type.

This commit is contained in:
Axel Dörfler
2013-02-02 01:13:19 +01:00
parent 443522551e
commit 9deef7d466
+2
View File
@@ -285,6 +285,8 @@ PartitionListRow::PartitionListRow(BPartition* partition)
// Partition type
if (partitionType.IsEmpty())
partitionType = partition->ContentType();
SetField(new BStringField(partitionType), kPartitionTypeColumn);
}