Changeset 88241 in vbox
- Timestamp:
- Mar 22, 2021 12:19:21 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143441
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.cpp
r88206 r88241 157 157 m_pGAISOFilePathSelector->setResetEnabled(false); 158 158 m_pGAISOFilePathSelector->setMode(UIFilePathSelector::Mode_File_Open); 159 m_pGAISOFilePathSelector->setFileDialogFilters(" *.iso *.ISO");159 m_pGAISOFilePathSelector->setFileDialogFilters("ISO Images(*.iso *.ISO)"); 160 160 m_pGAISOFilePathSelector->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed); 161 161 m_pGAISOFilePathSelector->setInitialPath(uiCommon().defaultFolderPathForType(UIMediumDeviceType_DVD)); … … 202 202 if (m_pGAInstallationISOContainer) 203 203 { 204 m_pGAInstallationISOContainer->setTitle(UIWizardNewVM::tr(" &Guest additions"));204 m_pGAInstallationISOContainer->setTitle(UIWizardNewVM::tr("Gu&est additions")); 205 205 m_pGAInstallationISOContainer->setToolTip(UIWizardNewVM::tr("<p>When checked the guest additions will be installed " 206 206 "after the OS install.</p>"));
Note:
See TracChangeset
for help on using the changeset viewer.