Changeset 23982 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/VBoxNewVMWzd.cpp
- Timestamp:
- Oct 22, 2009 1:26:00 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53813
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxNewVMWzd.cpp
r23585 r23982 386 386 387 387 /* Attach empty CD/DVD ROM Device */ 388 m.AttachDevice (ideCtrName, 1, 0, KDeviceType_DVD, QString( ));388 m.AttachDevice (ideCtrName, 1, 0, KDeviceType_DVD, QString("")); 389 389 if (!m.isOk()) 390 390 vboxProblem().cannotAttachDevice (this, m, VBoxDefs::MediumType_DVD, QString(), ideBus, 1, 0); 391 391 392 392 /* Attach empty Floppy Device */ 393 m.AttachDevice (floppyCtrName, 0, 0, KDeviceType_Floppy, QString( ));393 m.AttachDevice (floppyCtrName, 0, 0, KDeviceType_Floppy, QString("")); 394 394 if (!m.isOk()) 395 395 vboxProblem().cannotAttachDevice (this, m, VBoxDefs::MediumType_Floppy, QString(), floppyBus, 0, 0);
Note:
See TracChangeset
for help on using the changeset viewer.