Changeset 60490 in vbox
- Timestamp:
- Apr 14, 2016 11:18:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r60242 r60490 2584 2584 else 2585 2585 hr = setError(VBOX_E_IPRT_ERROR, 2586 tr("Starting thread for copying file \"%s\" from guest to \"%s\" on the host failed "),2586 tr("Starting thread for copying file \"%s\" from host to \"%s\" on the guest failed "), 2587 2587 aSource.c_str(), aDest.c_str()); 2588 2588 }
Note:
See TracChangeset
for help on using the changeset viewer.