VirtualBox

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


Ignore:
Timestamp:
Mar 17, 2025 2:56:25 PM (5 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167981
Message:

FE/Qt: bugref:10867. Forgot to set the text of EFI checkbox.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMHardwarePage.cpp

    r108570 r108576  
    112112    if (m_pLabel)
    113113        m_pLabel->setText(UIWizardNewVM::tr("Specify the VM's hardware. Resources allocated to the VM will not be available to the host when the VM is running."));
     114
     115    if (m_pEFICheckBox)
     116    {
     117        m_pEFICheckBox->setText(UIWizardNewVM::tr("&Use EFI"));
     118        m_pEFICheckBox->setToolTip(UIWizardNewVM::tr("Use Extended Firmware Interface (EFI). This is required to boot some OSs."));
     119    }
     120
    114121    updateMinimumLayoutHint();
    115122}
Note: See TracChangeset for help on using the changeset viewer.

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