Skip to content

Commit

Permalink
[#82] CAPS devices improvements and bugfixes (Part 6.2: Improved info…
Browse files Browse the repository at this point in the history
… on HD medium in drive)
  • Loading branch information
tomas-nestorovic committed Nov 30, 2024
1 parent 3b015e5 commit 803c7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main/src/CapsBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@
break;
case Medium::FLOPPY_HD_525:
case Medium::FLOPPY_HD_350:
SetDlgItemText( ID_MEDIUM, _T("3.5\"/5.25\" HD floppy") );
SetDlgItemText( ID_MEDIUM, Medium::GetDescription(currentMediumType) );
if (initialEditing){
CheckAndEnableDlgItem( ID_SIDE, false );
CheckAndEnableDlgItem( ID_40D80, false, !fortyTrackDrive );
Expand Down

0 comments on commit 803c7ac

Please sign in to comment.