VirtualBox

Ignore:
Timestamp:
May 9, 2008 10:30:46 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30687
Message:

FE/Qt4: Partly backported r29843 (PAE/NX option added into Extended Features chapter of VM Settings.)

File:
1 edited

Legend:

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

    r8692 r8737  
    13611361            + QString (sSectionItemTpl).arg (tr ("ACPI", "details report"), "%6")
    13621362            + QString (sSectionItemTpl).arg (tr ("IO APIC", "details report"), "%7")
    1363             + QString (sSectionItemTpl).arg (tr ("VT-x/AMD-V", "details report"), "%8");
     1363            + QString (sSectionItemTpl).arg (tr ("VT-x/AMD-V", "details report"), "%8")
     1364            + QString (sSectionItemTpl).arg (tr ("PAE/NX", "details report"), "%9");
    13641365
    13651366        sGeneralFullHrefTpl = QString (sSectionHrefTpl)
    1366             .arg (2 + 8) /* rows */
     1367            .arg (2 + 9) /* rows */
    13671368            .arg (":/machine_16px.png", /* icon */
    13681369                  "#general", /* link */
     
    13701371                  generalItems); /* items */
    13711372        sGeneralFullBoldTpl = QString (sSectionBoldTpl)
    1372             .arg (2 + 8) /* rows */
     1373            .arg (2 + 9) /* rows */
    13731374            .arg (":/machine_16px.png", /* icon */
    13741375                  "#general", /* link */
     
    14871488                       tr ("Disabled", "details report (VT-x/AMD-V)");
    14881489
     1490        /* PAE/NX */
     1491        QString pae = m.GetPAEEnabled()
     1492            ? tr ("Enabled", "details report (PAE/NX)")
     1493            : tr ("Disabled", "details report (PAE/NX)");
     1494
    14891495        /* General + Hard Disks */
    14901496        detailsReport
     
    14981504                .arg (ioapic)
    14991505                .arg (virt)
     1506                .arg (pae)
    15001507            + hardDisks;
    15011508
Note: See TracChangeset for help on using the changeset viewer.

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