Changeset 18799 in vbox for trunk/src/VBox
- Timestamp:
- Apr 7, 2009 9:13:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r18702 r18799 2664 2664 { 2665 2665 if (task->enFormat == TaskWriteOVF::OVF_0_9) 2666 returnsetError(VBOX_E_FILE_ERROR,2667 2666 throw setError(VBOX_E_FILE_ERROR, 2667 tr("Cannot export more than one virtual system with OVF 0.9, use OVF 1.0")); 2668 2668 2669 2669 pelmToAddVirtualSystemsTo = pelmRoot->createChild("VirtualSystemCollection");
Note:
See TracChangeset
for help on using the changeset viewer.