Changeset 107890 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 22, 2025 12:10:15 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp
r107889 r107890 824 824 return; 825 825 m_pNameAndSystemEditor->setEditionSelectorEnabled( !m_pNameAndSystemEditor->isEditionsSelectorEmpty() 826 && !m_pUnattendedCheckBox->isChecked());827 } 826 && m_pUnattendedCheckBox->isChecked()); 827 }
Note:
See TracChangeset
for help on using the changeset viewer.