Changeset 33914 in vbox
- Timestamp:
- Nov 9, 2010 4:35:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r33913 r33914 1662 1662 if (FAILED(rc)) 1663 1663 return setError(rc, 1664 tr("Cannot change type for medium '%s' to 'Shareable' because the medium is inacces ible"),1664 tr("Cannot change type for medium '%s' to 'Shareable' because the medium is inaccessible"), 1665 1665 m->strLocationFull.c_str()); 1666 1666 }
Note:
See TracChangeset
for help on using the changeset viewer.