Changeset 35812 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Feb 1, 2011 1:46:37 PM (14 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp
r35638 r35812 393 393 AutoReadLock machLock(mMachine COMMA_LOCKVAL_SRC_POS); 394 394 return setError(E_INVALIDARG, 395 tr("USB device '%s' with UUID {%RTuuid} is already captured by the virtual machine '% ls'"),395 tr("USB device '%s' with UUID {%RTuuid} is already captured by the virtual machine '%s'"), 396 396 mName, mId.raw(), mMachine->getName().c_str()); 397 397 } -
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r35722 r35812 2742 2742 if (RT_FAILURE(vrc)) 2743 2743 return setError(VBOX_E_FILE_ERROR, 2744 tr("Invalid image file location '% ls' (%Rrc)"),2744 tr("Invalid image file location '%s' (%Rrc)"), 2745 2745 aLocation.c_str(), 2746 2746 vrc); … … 2810 2810 else 2811 2811 setError(rc, 2812 tr("Could not find an image file with location '% ls' in the media registry ('%s')"),2812 tr("Could not find an image file with location '%s' in the media registry ('%s')"), 2813 2813 aLocation.c_str(), 2814 2814 m->strSettingsFilePath.c_str());
Note:
See TracChangeset
for help on using the changeset viewer.