Changeset 78879 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- May 30, 2019 1:33:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r78859 r78879 1125 1125 /* 1 operation only */ 1126 1126 hrc = aProgress->init(mVirtualBox, static_cast<IAppliance*>(this), 1127 Utf8Str(tr("Getting cloud instance information ...")), TRUE /* aCancelable */);1127 Utf8Str(tr("Getting cloud instance information")), TRUE /* aCancelable */); 1128 1128 1129 1129 /* Create an empty ovf::OVFReader for manual filling it.
Note:
See TracChangeset
for help on using the changeset viewer.