VirtualBox

Changeset 8737

Show
Ignore:
Timestamp:
05/09/08 12:30:46 (2 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy