- Timestamp:
- May 7, 2010 1:23:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r29207 r29210 3151 3151 /* collect multiple errors */ 3152 3152 eik.restore(); 3153 3154 /* be in sync with MediumBase::setStateError() */3155 3153 Assert(!error.isEmpty()); 3156 3154 mrc = setError(E_FAIL, 3157 tr("Medium '%ls' is not accessible. %ls"), 3158 loc.raw(), 3155 "%ls", 3159 3156 error.raw()); 3160 3161 3157 eik.fetch(); 3162 3158 }
Note:
See TracChangeset
for help on using the changeset viewer.