- Timestamp:
- Sep 25, 2008 9:41:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMInformationDlg.cpp
r12695 r12715 580 580 581 581 QString header = "<tr><td></td><td colspan=2><nobr><u>%1</u></nobr></td></tr>"; 582 QString name = VBoxGlobal::tr ("Adapter %1", "details report (network)").arg (aSlot );582 QString name = VBoxGlobal::tr ("Adapter %1", "details report (network)").arg (aSlot + 1); 583 583 QString result = header.arg (name); 584 584 result += composeArticle (aBelongsTo);
Note:
See TracChangeset
for help on using the changeset viewer.