Add Gutenberg to ImageFormatDialog pop-up

Used for "confirm disk image format".
This commit is contained in:
Andy McFadden 2015-01-13 17:11:22 -08:00
parent a2962e976f
commit e7e2459e5e
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ static const ConvTable gFSFormats[] = {
{ DiskImg::kFormatRDOS33, L"RDOS 3.3 (16-sector)" },
{ DiskImg::kFormatRDOS32, L"RDOS 3.2 (13-sector)" },
{ DiskImg::kFormatRDOS3, L"RDOS 3 (cracked 13-sector)" },
{ DiskImg::kFormatGutenberg, L"Gutenberg" },
{ kLastEntry, NULL }
};