Changeset 78630 in vbox for trunk/src/VBox
- Timestamp:
- May 21, 2019 1:09:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r78605 r78630 1439 1439 pProgress); 1440 1440 1441 hrc = S_OK;1442 1441 if (FAILED(hrc)) 1443 1442 { … … 1454 1453 else 1455 1454 { 1456 vrc = VERR_NOT_SUPPORTED; 1457 hrc = setErrorVrc(vrc, tr("Import from Cloud isn't supported for more than one VM instance.")); 1455 hrc = setErrorVrc(VERR_NOT_SUPPORTED, tr("Import from Cloud isn't supported for more than one VM instance.")); 1458 1456 1459 1457 /* Reset the state so others can call methods again */
Note:
See TracChangeset
for help on using the changeset viewer.