Changeset 42551 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRun.cpp
- Timestamp:
- Aug 2, 2012 4:44:39 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRun.cpp
r41615 r42551 49 49 const CGuestOSType &osType = vbox.GetGuestOSType(m_machine.GetOSTypeId()); 50 50 /* Determine recommended controller's 'bus' & 'type': */ 51 KStorageBus dvdCtrBus = osType.GetRecommendedD vdStorageBus();52 KStorageControllerType dvdCtrType = osType.GetRecommendedD vdStorageController();51 KStorageBus dvdCtrBus = osType.GetRecommendedDVDStorageBus(); 52 KStorageControllerType dvdCtrType = osType.GetRecommendedDVDStorageController(); 53 53 /* Declare null 'dvd' attachment: */ 54 54 CMediumAttachment cda; … … 132 132 const CGuestOSType &osType = vbox.GetGuestOSType(machine.GetOSTypeId()); 133 133 /* Determine recommended controller's 'bus' & 'type': */ 134 KStorageBus hdCtrBus = osType.GetRecommendedH dStorageBus();135 KStorageControllerType hdCtrType = osType.GetRecommendedH dStorageController();134 KStorageBus hdCtrBus = osType.GetRecommendedHDStorageBus(); 135 KStorageControllerType hdCtrType = osType.GetRecommendedHDStorageController(); 136 136 /* Enumerate attachments vector: */ 137 137 const CMediumAttachmentVector &attachments = machine.GetMediumAttachments();
Note:
See TracChangeset
for help on using the changeset viewer.