Changeset 107999 in vbox
- Timestamp:
- Jan 31, 2025 10:16:14 AM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167271
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp
r107961 r107999 168 168 bool const fOsTypeFixed = UIWizardNewVMNameOSTypeCommon::guessOSTypeDetectedOSTypeString(m_pNameAndSystemEditor, 169 169 pWizard->detectedOSTypeId()); 170 printf("os type %s\n", qPrintable(pWizard->detectedOSTypeId())); 170 171 if (fOsTypeFixed) 171 172 m_userModifiedParameters << "GuestOSTypeFromISO"; … … 223 224 if (m_pUnattendedCheckBox) 224 225 { 225 m_pUnattendedCheckBox->setText(UIWizardNewVM::tr("& Proceed with Unattended Installation"));226 m_pUnattendedCheckBox->setToolTip(UIWizardNewVM::tr(" When checked, the unattended install is enabled."));226 m_pUnattendedCheckBox->setText(UIWizardNewVM::tr("&Install OS Using Unattended Installation.")); 227 m_pUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("The ISO is attached to the VM, so you can install the OS manually.")); 227 228 } 228 229
Note:
See TracChangeset
for help on using the changeset viewer.