diff --git a/app/DiskArchive.cpp b/app/DiskArchive.cpp index 44352f1..9b40942 100644 --- a/app/DiskArchive.cpp +++ b/app/DiskArchive.cpp @@ -1032,9 +1032,11 @@ int DiskArchive::LoadDiskFSContents(DiskFS* pDiskFS, const WCHAR* volName) case DiskImg::kFormatDOS33: case DiskImg::kFormatDOS32: case DiskImg::kFormatUNIDOS: - case DiskImg::kFormatGutenberg: pNewEntry->SetFormatStr(L"DOS"); break; + case DiskImg::kFormatGutenberg: + pNewEntry->SetFormatStr(L"Gutenb"); + break; case DiskImg::kFormatProDOS: pNewEntry->SetFormatStr(L"ProDOS"); break;