mirror of
https://github.com/fadden/ciderpress.git
synced 2024-12-22 05:29:43 +00:00
Add Gutenberg to ImageFormatDialog pop-up
Used for "confirm disk image format".
This commit is contained in:
parent
a2962e976f
commit
e7e2459e5e
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user