Changeset 7221 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 29, 2008 3:50:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r7207 r7221 1586 1586 * this name instead */ 1587 1587 if (type == KNetworkAttachmentType_HostInterface) 1588 attType = attType.arg ( tr ("host interface, %1",1589 "details report (network)").arg (adapter.GetHostInterface()));1588 attType = attType.arg ("%1 '%2'") 1589 .arg (vboxGlobal().toString (type), adapter.GetHostInterface()); 1590 1590 else if (type == KNetworkAttachmentType_Internal) 1591 attType = attType.arg ( tr ("internal network, '%1'",1592 "details report (network)").arg (adapter.GetInternalNetwork()));1591 attType = attType.arg ("%1 '%2'") 1592 .arg (vboxGlobal().toString (type), adapter.GetInternalNetwork()); 1593 1593 else 1594 1594 attType = attType.arg (vboxGlobal().toString (type));
Note:
See TracChangeset
for help on using the changeset viewer.