Changeset 7196 in vbox for trunk/src/VBox
- Timestamp:
- Feb 28, 2008 11:47:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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));
Note:
See TracChangeset
for help on using the changeset viewer.