Changeset 37036 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 11, 2011 12:43:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
r37027 r37036 750 750 #endif /* VBOX_WITH_VIDEOHWACCEL */ 751 751 752 #ifndef VBOX_OSE753 752 /* Enable OHCI controller if HID is enabled: */ 754 753 if (pSystemPage && pSystemPage->isHIDEnabled()) … … 758 757 controller.SetEnabled(true); 759 758 } 760 #endif /* !VBOX_OSE */761 759 762 760 /* Clear the "GUI_FirstRun" extra data key in case if … … 900 898 #endif /* VBOX_WITH_VIDEOHWACCEL */ 901 899 902 #ifndef VBOX_OSE903 900 if (pPage == m_pSelector->idToPage(VMSettingsPage_System)) 904 901 { … … 919 916 } 920 917 } 921 #endif /* !VBOX_OSE */922 918 923 919 if (pPage == m_pSelector->idToPage(VMSettingsPage_Storage))
Note:
See TracChangeset
for help on using the changeset viewer.