VirtualBox

Changeset 64826 in vbox


Ignore:
Timestamp:
Dec 11, 2016 9:43:23 AM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: fixed regression in session information window where the paravirtprovider was displayed instead of the guest OS type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationDataItem.cpp

    r63342 r64826  
    756756            p_text << UITextTableLine(tr("Paravirtualization Interface", "details report"), strParavirtProvider);
    757757            p_text << UITextTableLine(tr("Guest Additions"), strGAVersion);
    758             p_text << UITextTableLine(tr("Guest OS Type", "details report"), strParavirtProvider);
     758            p_text << UITextTableLine(tr("Guest OS Type", "details report"), strGuestOSType);
    759759            p_text << UITextTableLine(tr("Remote Desktop Server Port", "details report (VRDE Server)"), strVRDEInfo);
    760760
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