VirtualBox

Changeset 12715 in vbox for trunk/src


Ignore:
Timestamp:
Sep 25, 2008 9:41:19 AM (16 years ago)
Author:
vboxsync
Message:

Fe/Qt4: Correct Network Adapter numbering for Session Information Dialog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMInformationDlg.cpp

    r12695 r12715  
    580580
    581581    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);
    583583    QString result = header.arg (name);
    584584    result += composeArticle (aBelongsTo);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette