- Timestamp:
- Oct 22, 2009 1:26:00 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53813
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp
r23953 r23982 1199 1199 if (medium.id() == aMedium.id()) 1200 1200 { 1201 machine.MountMedium (attachment.GetController().GetName(), attachment.GetPort(), attachment.GetDevice(), QString( ));1201 machine.MountMedium (attachment.GetController().GetName(), attachment.GetPort(), attachment.GetDevice(), QString("")); 1202 1202 if (!machine.isOk()) 1203 1203 { … … 1220 1220 if (medium.id() == aMedium.id()) 1221 1221 { 1222 machine.MountMedium (attachment.GetController().GetName(), attachment.GetPort(), attachment.GetDevice(), QString( ));1222 machine.MountMedium (attachment.GetController().GetName(), attachment.GetPort(), attachment.GetDevice(), QString("")); 1223 1223 if (!machine.isOk()) 1224 1224 { -
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.