Changeset 17666 in vbox
- Timestamp:
- Mar 11, 2009 9:34:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17647 r17666 2648 2648 strHostResource = Utf8StrFmt("/disk/%s", strDiskID.c_str()); 2649 2649 2650 // “controller=<index>;channel=<c>“2650 // controller=<index>;channel=<c> 2651 2651 size_t pos1 = desc.strExtraConfig.find("controller="); 2652 2652 size_t pos2 = desc.strExtraConfig.find("channel="); … … 2870 2870 /* Advance to the next operation */ 2871 2871 if (!task->progress.isNull()) 2872 task->progress->advanceOperation(BstrFmt(tr(" Importing virtual disk image '%s'"), strSrcFilePath.c_str()));2872 task->progress->advanceOperation(BstrFmt(tr("Exporting virtual disk image '%s'"), strSrcFilePath.c_str())); 2873 2873 2874 2874 // now loop until the asynchronous operation completes and then
Note:
See TracChangeset
for help on using the changeset viewer.