VirtualBox

Changeset 8673 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 7, 2008 4:59:57 PM (17 years ago)
Author:
vboxsync
Message:

1761: "Create VM session information dialog":
Spelling for Guest Additions Version added (Not detected will be shown in case of version is not available in guest yet).

File:
1 edited

Legend:

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

    r8667 r8673  
    483483        QString addInfo = console.GetGuest().GetAdditionsVersion();
    484484        uint addVersion = addInfo.toUInt();
    485         QString addVerisonStr = QString ("%1.%2")
    486             .arg (RT_HIWORD (addVersion)).arg (RT_LOWORD (addVersion));
     485        QString addVerisonStr = !addInfo.isNull() ? QString ("%1.%2")
     486            .arg (RT_HIWORD (addVersion)).arg (RT_LOWORD (addVersion)) :
     487            tr ("Not detected", "information dialog (guest additions version)");
    487488
    488489        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