Changeset 7196
- Timestamp:
- 02/28/08 12:47:09 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r7167 r7196 1586 1586 * this name instead */ 1587 1587 if (type == CEnums::HostInterfaceNetworkAttachment) 1588 attType = attType.arg (adapter.GetHostInterface()); 1588 attType = attType.arg (tr ("host interface, %1", 1589 "details report (network)").arg (adapter.GetHostInterface())); 1589 1590 else if (type == CEnums::InternalNetworkAttachment) 1590 attType = attType.arg (adapter.GetInternalNetwork()); 1591 attType = attType.arg (tr ("internal network, '%1'", 1592 "details report (network)").arg (adapter.GetInternalNetwork())); 1591 1593 else 1592 1594 attType = attType.arg (vboxGlobal().toString (type));

