VirtualBox

Changeset 47203 in vbox for trunk


Ignore:
Timestamp:
Jul 16, 2013 5:06:18 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87310
Message:

FE/Qt: Settings dialog: Make sure correct page (1st one) is chosen by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp

    r47187 r47203  
    421421
    422422    /* Choose first item by default: */
    423     m_pSelector->selectById(0);
     423    m_pSelector->selectById(GlobalSettingsPageType_General);
    424424}
    425425
     
    743743    /* First item as default: */
    744744    else
    745         m_pSelector->selectById(0);
     745        m_pSelector->selectById(MachineSettingsPageType_General);
    746746}
    747747
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