Changeset 25729 in vbox
- Timestamp:
- Jan 11, 2010 3:23:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r25672 r25729 216 216 if (pstrFilename) 217 217 { 218 // reading existing settings file: 218 219 m->strFilename = *pstrFilename; 219 220 … … 299 300 else 300 301 { 302 // creating new settings file: 301 303 m->strSettingsVersionFull = VBOX_XML_VERSION_FULL; 302 304 m->sv = SettingsVersion_v1_10; … … 2779 2781 pelmAudio->setAttribute("controller", (hw.audioAdapter.controllerType == AudioControllerType_SB16) ? "SB16" : "AC97"); 2780 2782 2781 if ( m->sv >= SettingsVersion_v1_10 2782 && fRTCUseUTC) 2783 if ( m->sv >= SettingsVersion_v1_10) 2783 2784 { 2784 2785 xml::ElementNode *pelmRTC = pelmHardware->createChild("RTC");
Note:
See TracChangeset
for help on using the changeset viewer.