Changeset 33051 in vbox for trunk/src/VBox/Main/MachineImpl.cpp
- Timestamp:
- Oct 12, 2010 10:38:24 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r33000 r33051 475 475 strConfigFile.append(RTPATH_DELIMITER); 476 476 strConfigFile.append(strName); 477 strConfigFile.append(". xml");477 strConfigFile.append(".vbox"); 478 478 479 479 HRESULT rc = initImpl(aParent, strConfigFile); … … 7642 7642 } 7643 7643 7644 newConfigFile = Utf8StrFmt("%s%c%s. xml",7644 newConfigFile = Utf8StrFmt("%s%c%s.vbox", 7645 7645 newConfigDir.c_str(), RTPATH_DELIMITER, newName.c_str()); 7646 7646
Note:
See TracChangeset
for help on using the changeset viewer.