Changeset 82681 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.cpp
- Timestamp:
- Jan 9, 2020 4:31:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.cpp
r82570 r82681 841 841 } 842 842 /* Pass editor back: */ 843 #ifdef VBOX_WITH_VIRTIO_NET_1_0 844 pComboBox->addItem(gpConverter->toString(KNetworkAdapterType_Virtio_1_0), KNetworkAdapterType_Virtio_1_0); 845 #endif /* VBOX_WITH_VIRTIO */ 843 846 pEditor = pComboBox; 844 847 break;
Note:
See TracChangeset
for help on using the changeset viewer.