Changeset 29227 in vbox
- Timestamp:
- May 7, 2010 4:18:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r29226 r29227 2425 2425 2426 2426 if ( pMedium 2427 && enmType == DeviceType_DVD) 2427 && ( enmType == DeviceType_DVD 2428 || enmType == DeviceType_Floppy 2429 )) 2428 2430 { 2429 2431 // if this medium represents an ISO image and this image is inaccessible,
Note:
See TracChangeset
for help on using the changeset viewer.