Changeset 42930 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Aug 23, 2012 7:26:48 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r42890 r42930 3177 3177 if (aSetError && FAILED(rc)) 3178 3178 rc = setError(rc, 3179 tr("Could not find a registered machine named '% ls'"), aName.c_str());3179 tr("Could not find a registered machine named '%s'"), aName.c_str()); 3180 3180 3181 3181 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.