Changeset 7442 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewVMWzd.ui.h
- Timestamp:
- Mar 13, 2008 2:33:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewVMWzd.ui.h
r7282 r7442 369 369 { 370 370 CMachine m = session.GetMachine(); 371 m.AttachHardDisk (uuidHD, K DiskControllerType_IDE0, 0);371 m.AttachHardDisk (uuidHD, KStorageBus_IDE, 0, 0); 372 372 if (m.isOk()) 373 373 { … … 380 380 else 381 381 vboxProblem().cannotAttachHardDisk (this, m, uuidHD, 382 K DiskControllerType_IDE0, 0);382 KStorageBus_IDE, 0, 0); 383 383 session.Close(); 384 384 }
Note:
See TracChangeset
for help on using the changeset viewer.