VirtualBox

Changeset 76494 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Dec 27, 2018 7:42:32 AM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9346. Allow creating an empty floppy drive in machine settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp

    r76484 r76494  
    38403840                uMediumId = vboxGlobal().openMediumSelectorDialog(this, UIMediumDeviceType_Floppy,
    38413841                                                                  m_strMachineName, m_strMachineSettingsFilePath);
     3842            /* We allow creating an empty floppy drive: */
     3843            else if (iAnswer == AlertButton_Choice1)
     3844                fCreateEmpty = true;
    38423845            else if (iAnswer == AlertButton_Cancel)
    38433846                fCancelled = true;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette