VirtualBox

Ignore:
Timestamp:
Jun 3, 2008 7:02:33 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: Fixed: Guest OS Type was shown as an ID in the session information dialog instead of a human readable string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui.h

    r8997 r9364  
    543543        if (osType.isNull())
    544544            osType = tr ("Not Detected", "guest os type");
     545        else
     546            osType = vboxGlobal().vmGuestOSTypeDescription (osType);
    545547
    546548        result += hdrRow.arg ("state_running_16px.png").arg (tr ("Runtime Attributes"));
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