Changeset 18623 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Apr 2, 2009 10:00:48 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45536
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp
r18490 r18623 656 656 657 657 ComPtr<IProgress> progress; 658 CHECK_ERROR_BREAK(pAppliance, Write(Bstr( strOutputFile), progress.asOutParam()));658 CHECK_ERROR_BREAK(pAppliance, Write(Bstr("ovf-0.9"), Bstr(strOutputFile), progress.asOutParam())); 659 659 660 660 showProgress(progress);
Note:
See TracChangeset
for help on using the changeset viewer.