Changeset 96644 in vbox
- Timestamp:
- Sep 7, 2022 8:35:55 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp
r96642 r96644 167 167 pWizard->setISOFilePath(strISOPath); 168 168 169 bool const fOsTypeFixed = UIWizardNewVMNameOSTypeCommon::guessOSTypeDetectedOSTypeString(m_pNameAndSystemEditor, pWizard->detectedOSTypeId()); 169 bool const fOsTypeFixed = UIWizardNewVMNameOSTypeCommon::guessOSTypeDetectedOSTypeString(m_pNameAndSystemEditor, 170 pWizard->detectedOSTypeId()); 170 171 if (fOsTypeFixed) 171 172 m_userModifiedParameters << "GuestOSTypeFromISO"; … … 186 187 187 188 /* Redetect the OS type using the name if detection or the step above failed: */ 188 if (!fOsTypeFixed )189 if (!fOsTypeFixed && m_pNameAndSystemEditor) 189 190 sltNameChanged(m_pNameAndSystemEditor->name()); 190 191
Note:
See TracChangeset
for help on using the changeset viewer.