Changeset 28307 in vbox for trunk/src/VBox
- Timestamp:
- Apr 14, 2010 3:00:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r28306 r28307 739 739 tr("The file \"%s\" was not found on guest"), Utf8Command.raw()); 740 740 } 741 else if (vrc == VERR_BAD_EXE_FORMAT) 742 { 743 rc = setError(VBOX_E_IPRT_ERROR, 744 tr("The file \"%s\" is not an executable format on guest"), Utf8Command.raw()); 745 } 741 746 else if (vrc == VERR_TIMEOUT) 742 747 {
Note:
See TracChangeset
for help on using the changeset viewer.