VirtualBox

Changeset 88241 in vbox


Ignore:
Timestamp:
Mar 22, 2021 12:19:21 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143441
Message:

FE/Qt: bugref:9510. Some more refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.cpp

    r88206 r88241  
    157157                m_pGAISOFilePathSelector->setResetEnabled(false);
    158158                m_pGAISOFilePathSelector->setMode(UIFilePathSelector::Mode_File_Open);
    159                 m_pGAISOFilePathSelector->setFileDialogFilters("*.iso *.ISO");
     159                m_pGAISOFilePathSelector->setFileDialogFilters("ISO Images(*.iso *.ISO)");
    160160                m_pGAISOFilePathSelector->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
    161161                m_pGAISOFilePathSelector->setInitialPath(uiCommon().defaultFolderPathForType(UIMediumDeviceType_DVD));
     
    202202    if (m_pGAInstallationISOContainer)
    203203    {
    204         m_pGAInstallationISOContainer->setTitle(UIWizardNewVM::tr("&Guest additions"));
     204        m_pGAInstallationISOContainer->setTitle(UIWizardNewVM::tr("Gu&est additions"));
    205205        m_pGAInstallationISOContainer->setToolTip(UIWizardNewVM::tr("<p>When checked the guest additions will be installed "
    206206                                                           "after the OS install.</p>"));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette