Changeset 22197 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 12, 2009 8:58:12 AM (15 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r22194 r22197 5998 5998 5999 5999 if (aFlags & SaveSTS_StateFilePath) 6000 { 6000 6001 if (mSSData->mStateFilePath) 6001 6002 { … … 6007 6008 else 6008 6009 mData->m_pMachineConfigFile->strStateFile.setNull(); 6010 } 6009 6011 6010 6012 if (aFlags & SaveSTS_StateTimeStamp) -
trunk/src/VBox/Main/xml/Settings.cpp
r22188 r22197 371 371 m->pelmRoot->setAttribute("xmlns", VBOX_XML_NAMESPACE); 372 372 373 const char *pcszVersion ;373 const char *pcszVersion = "1.7"; 374 374 switch (m->sv) 375 375 { 376 case SettingsVersion_v1_7:377 pcszVersion = "1.7";378 break;379 376 case SettingsVersion_v1_8: 380 377 pcszVersion = "1.8";
Note:
See TracChangeset
for help on using the changeset viewer.