- Timestamp:
- Jul 16, 2013 5:06:18 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87310
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
r47187 r47203 421 421 422 422 /* Choose first item by default: */ 423 m_pSelector->selectById( 0);423 m_pSelector->selectById(GlobalSettingsPageType_General); 424 424 } 425 425 … … 743 743 /* First item as default: */ 744 744 else 745 m_pSelector->selectById( 0);745 m_pSelector->selectById(MachineSettingsPageType_General); 746 746 } 747 747
Note:
See TracChangeset
for help on using the changeset viewer.