Changeset 49685 in vbox
- Timestamp:
- Nov 27, 2013 4:03:20 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r49683 r49685 2950 2950 rc = pCtx->pGuestSession->DirectoryQueryInfo(Bstr(strDest).raw(), pFsObjInfo.asOutParam()); 2951 2951 if (FAILED(rc)) 2952 return RTMsgErrorExit(RTEXITCODE_FAILURE, "Destination must be a directory when speci ying multiple sources\n");2952 return RTMsgErrorExit(RTEXITCODE_FAILURE, "Destination must be a directory when specifying multiple sources\n"); 2953 2953 } 2954 2954
Note:
See TracChangeset
for help on using the changeset viewer.