Changeset 85827 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 19, 2020 8:47:51 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp
r85711 r85827 3293 3293 } 3294 3294 /* Check for coincidence: */ 3295 if (!uiCommon().medium(key).isNull() && config.contains(key) )3295 if (!uiCommon().medium(key).isNull() && config.contains(key) && enmDeviceType != KDeviceType_DVD) 3296 3296 { 3297 3297 message.second << tr("<i>%1</i> is using a disk that is already attached to <i>%2</i>.")
Note:
See TracChangeset
for help on using the changeset viewer.