- Timestamp:
- Jan 25, 2011 2:29:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r35676 r35714 614 614 break; 615 615 616 case VERR_TIMEOUT: 617 LogRel(("Guest was unable to start copying the Guest Additions setup within time\n")); 618 rc = TaskGuest::setProgressErrorInfo(E_FAIL, aTask->progress, 619 Guest::tr("Guest was unable to start copying the Guest Additions setup within time")); 620 break; 621 616 622 default: 617 623 rc = TaskGuest::setProgressErrorInfo(E_FAIL, aTask->progress,
Note:
See TracChangeset
for help on using the changeset viewer.