VirtualBox

Changeset 20386 in vbox for trunk


Ignore:
Timestamp:
Jun 8, 2009 9:18:02 AM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: 3936: Smaller UI modifications - required fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp

    r20275 r20386  
    14791479            ? tr ("Enabled", "details report (PAE/NX)")
    14801480            : tr ("Disabled", "details report (PAE/NX)");
     1481#endif /* VBOX_WITH_FULL_DETAILS_REPORT */
    14811482
    14821483        /* VT-x/AMD-V */
     
    14891490            ? tr ("Enabled", "details report (Nested Paging)")
    14901491            : tr ("Disabled", "details report (Nested Paging)");
    1491 #endif /* VBOX_WITH_FULL_DETAILS_REPORT */
    14921492
    14931493        QString item = QString (sSectionItemTpl2).arg (tr ("Base Memory", "details report"),
     
    15021502                     + QString (sSectionItemTpl2).arg (tr ("IO APIC", "details report"), ioapic)
    15031503                     + QString (sSectionItemTpl2).arg (tr ("PAE/NX", "details report"), pae)
     1504#endif /* VBOX_WITH_FULL_DETAILS_REPORT */
    15041505                     + QString (sSectionItemTpl2).arg (tr ("VT-x/AMD-V", "details report"), virt)
    15051506                     + QString (sSectionItemTpl2).arg (tr ("Nested Paging", "details report"), nested)
    1506 #endif /* VBOX_WITH_FULL_DETAILS_REPORT */
    15071507                     ;
    15081508
     
    15111511                  .arg (2 + 8) /* rows */
    15121512#else
    1513                   .arg (2 + 3) /* rows */
     1513                  .arg (2 + 5) /* rows */
    15141514#endif /* VBOX_WITH_FULL_DETAILS_REPORT */
    15151515                  .arg (":/chipset_16px.png", /* icon */
     
    15441544            if (srv.GetEnabled())
    15451545                item += QString (sSectionItemTpl2)
    1546                         .arg (tr ("VRDP Server Port", "details report (VRDP Server)"))
     1546                        .arg (tr ("Remote Display Server Port", "details report (VRDP Server)"))
    15471547                        .arg (srv.GetPort());
    15481548            else
    15491549                item += QString (sSectionItemTpl2)
    1550                         .arg (tr ("VRDP Server", "details report (VRDP Server)"))
     1550                        .arg (tr ("Remote Display Server", "details report (VRDP Server)"))
    15511551                        .arg (tr ("Disabled", "details report (VRDP Server)"));
    15521552            ++ rows;
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