Changeset 24555 in vbox
- Timestamp:
- Nov 10, 2009 3:20:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r24345 r24555 3335 3335 { 3336 3336 return setError(E_INVALIDARG, 3337 tr("Cannot register the hard disk '% ls' with UUID {%RTuuid} because a %s already exists in the media registry ('%s')"),3337 tr("Cannot register the hard disk '%s' with UUID {%RTuuid} because a %s already exists in the media registry ('%s')"), 3338 3338 aHardDisk->locationFull().raw(), 3339 3339 aHardDisk->id().raw(), … … 3453 3453 { 3454 3454 return setError(VBOX_E_INVALID_OBJECT_STATE, 3455 tr("Cannot register the CD/DVD image '% ls' with UUID {%RTuuid} because a %s already exists in the media registry ('%s')"),3455 tr("Cannot register the CD/DVD image '%s' with UUID {%RTuuid} because a %s already exists in the media registry ('%s')"), 3456 3456 aImage->locationFull().raw(), 3457 3457 aImage->id().raw(), … … 3556 3556 { 3557 3557 return setError(VBOX_E_INVALID_OBJECT_STATE, 3558 tr("Cannot register the floppy image '% ls' with UUID {%RTuuid} because a %s already exists in the media registry ('%s')"),3558 tr("Cannot register the floppy image '%s' with UUID {%RTuuid} because a %s already exists in the media registry ('%s')"), 3559 3559 aImage->locationFull().raw(), 3560 3560 aImage->id().raw(),
Note:
See TracChangeset
for help on using the changeset viewer.