Changeset 39055 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 20, 2011 2:02:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp
r38920 r39055 836 836 /* Set UTC flags */ 837 837 m_Machine.SetRTCUseUTC(type.GetRecommendedRtcUseUtc()); 838 839 /* Set graphic bits. */ 840 if (type.GetRecommended2DVideoAcceleration()) 841 m_Machine.SetAccelerate2DVideoEnabled(type.GetRecommended2DVideoAcceleration()); 842 843 if (type.GetRecommended3DAcceleration()) 844 m_Machine.SetAccelerate3DEnabled(type.GetRecommended3DAcceleration()); 838 845 839 846 /* Register the VM prior to attaching hard disks */
Note:
See TracChangeset
for help on using the changeset viewer.