- Timestamp:
- May 4, 2007 5:46:30 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20932
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r2495 r2501 149 149 CNetworkAdapter adapter = mMachine.GetNetworkAdapter (slot); 150 150 if (adapter.GetEnabled()) 151 devices += VBoxConsoleWnd::tr ("<br><nobr> [Adapter %1 (%2): cable %3]</nobr>",151 devices += VBoxConsoleWnd::tr ("<br><nobr><b>Adapter %1 (%2)</b>: cable %3</nobr>", 152 152 "Network adapters indicator") 153 153 .arg (slot) … … 159 159 160 160 if (devices.isNull()) 161 devices = VBoxConsoleWnd::tr ("<br><nobr> [<b>All Network adapters are disabled</b>]</nobr>",161 devices = VBoxConsoleWnd::tr ("<br><nobr><b>All network adapters are disabled</b></nobr>", 162 162 "Network adapters indicator"); 163 163
Note:
See TracChangeset
for help on using the changeset viewer.