Changeset 26713 in vbox
- Timestamp:
- Feb 23, 2010 2:44:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r26680 r26713 1795 1795 { 1796 1796 nic.mode = NetworkAttachmentType_NAT; 1797 pelmAdapterChild->getAttributeValue("n ame", nic.strName); // optional network name1797 pelmAdapterChild->getAttributeValue("network", nic.strName); // optional network name 1798 1798 } 1799 1799 else if ( ((pelmAdapterChild = pelmAdapter->findChildElement("HostInterface")))
Note:
See TracChangeset
for help on using the changeset viewer.