Changeset 29346 in vbox
- Timestamp:
- May 11, 2010 12:52:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r29340 r29346 2446 2446 0, 2447 2447 "DvdOrFloppyImageInaccessible", 2448 "The medium '%ls' is inaccessible and is being ignored. You may want to fix the media attachments in the virtual machine settings", 2449 loc.raw()); 2448 "The image file '%ls' is inaccessible and is being ignored. Please select a different image file for the virtual %s drive.", 2449 loc.raw(), 2450 (enmType == DeviceType_DVD) ? "DVD" : "floppy"); 2450 2451 pMedium = NULL; 2451 2452 }
Note:
See TracChangeset
for help on using the changeset viewer.