- Timestamp:
- Oct 16, 2008 11:27:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r13328 r13333 3704 3704 else 3705 3705 rc = setError (E_UNEXPECTED, 3706 tr (" Failed to call the VBoxGuestPropSvc service (%Rrc)"), vrc);3706 tr ("The service call failed with the error %Rrc"), vrc); 3707 3707 return rc; 3708 3708 #endif /* else !defined (VBOX_WITH_GUEST_PROPS) */ … … 3777 3777 else 3778 3778 rc = setError (E_UNEXPECTED, 3779 tr (" Failed to call the VBoxGuestPropSvc service (%Rrc)"), vrc);3779 tr ("The service call failed with the error %Rrc"), vrc); 3780 3780 return rc; 3781 3781 #endif /* else !defined (VBOX_WITH_GUEST_PROPS) */
Note:
See TracChangeset
for help on using the changeset viewer.