Changeset 14290 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 18, 2008 11:57:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r14263 r14290 9575 9575 if (RT_FAILURE (vrc)) 9576 9576 rc = setError (E_FAIL, 9577 tr ("Could not copy the state file '% ls' to '%ls' (%Rrc)"),9578 stateFrom.raw(), stateTo.raw() );9577 tr ("Could not copy the state file '%s' to '%s' (%Rrc)"), 9578 stateFrom.raw(), stateTo.raw(), vrc); 9579 9579 } 9580 9580
Note:
See TracChangeset
for help on using the changeset viewer.