Changeset 107381 in vbox for trunk/src/VBox/Main
- Timestamp:
- Dec 19, 2024 1:48:22 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestFileImpl.cpp
r106061 r107381 454 454 CASE_MSG(VERR_ALREADY_EXISTS , tr("Guest file \"%s\" already exists"), pcszWhat); 455 455 CASE_MSG(VERR_FILE_NOT_FOUND , tr("Guest file \"%s\" not found"), pcszWhat); 456 CASE_MSG(VERR_PATH_NOT_FOUND , tr("Path to guest file \"%s\" not found"), pcszWhat); 456 457 CASE_MSG(VERR_NET_HOST_NOT_FOUND, tr("Host name \"%s\", not found"), pcszWhat); 457 458 CASE_MSG(VERR_SHARING_VIOLATION , tr("Sharing violation for guest file \"%s\""), pcszWhat);
Note:
See TracChangeset
for help on using the changeset viewer.