Changeset 108576 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 17, 2025 2:56:25 PM (5 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167981
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMHardwarePage.cpp
r108570 r108576 112 112 if (m_pLabel) 113 113 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 114 121 updateMinimumLayoutHint(); 115 122 }
Note:
See TracChangeset
for help on using the changeset viewer.