Changeset 10759 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 18, 2008 9:04:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h
r8611 r10759 44 44 cbNetworkAttachment->insertItem (vboxGlobal().toString (KNetworkAttachmentType_Null)); 45 45 cbNetworkAttachment->insertItem (vboxGlobal().toString (KNetworkAttachmentType_NAT)); 46 #ifndef Q_WS_MAC /* not yet on the Mac */47 46 cbNetworkAttachment->insertItem (vboxGlobal().toString (KNetworkAttachmentType_HostInterface)); 48 47 cbNetworkAttachment->insertItem (vboxGlobal().toString (KNetworkAttachmentType_Internal)); 49 #endif50 48 51 49 #if defined Q_WS_X11 … … 83 81 frmTAPDescriptor->setHidden (true); 84 82 85 #if defined Q_WS_MAC 83 #if defined Q_WS_MAC /** @todo hif on mac */ 86 84 /* no Host Interface Networking on the Mac yet */ 87 85 grbTAP->setHidden (true);
Note:
See TracChangeset
for help on using the changeset viewer.