mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[USETUP]
Display the proper partition type 'Extended Partiton' when an extended partition is going to be deleted. svn path=/trunk/; revision=63396
This commit is contained in:
@@ -2137,6 +2137,10 @@ DeletePartitionPage(PINPUT_RECORD Ir)
|
||||
{
|
||||
PartType = "NTFS"; /* FIXME: Not quite correct! */
|
||||
}
|
||||
else if (IsContainerPartition(PartEntry->PartitionType))
|
||||
{
|
||||
PartType = MUIGetString(STRING_EXTENDED_PARTITION);
|
||||
}
|
||||
}
|
||||
|
||||
PartSize = PartEntry->SectorCount.QuadPart * DiskEntry->BytesPerSector;
|
||||
|
||||
Reference in New Issue
Block a user