Changeset 28306 in vbox for trunk/src/VBox/Main/GuestImpl.cpp
- Timestamp:
- Apr 14, 2010 2:45:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r28305 r28306 742 742 { 743 743 rc = setError(VBOX_E_IPRT_ERROR, 744 tr("The guest guestdid not respond within time (%ums)"), aTimeoutMS);744 tr("The guest did not respond within time (%ums)"), aTimeoutMS); 745 745 } 746 746 else
Note:
See TracChangeset
for help on using the changeset viewer.