VirtualBox

Changeset 6608 in vbox for trunk


Ignore:
Timestamp:
Jan 30, 2008 2:38:18 PM (17 years ago)
Author:
vboxsync
Message:

fixed Mac build

File:
1 edited

Legend:

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

    r6603 r6608  
    14421442        /* VT-x/AMD-V */
    14431443        CSystemProperties props = vboxGlobal().virtualBox().GetSystemProperties();
    1444         QString virt = m.GetHWVirtExEnabled() == True ?
     1444        QString virt = m.GetHWVirtExEnabled() == true ?
    14451445                       tr ("Enabled", "details report (VT-x/AMD-V)") :
    1446                        m.GetHWVirtExEnabled() == False ?
     1446                       m.GetHWVirtExEnabled() == false ?
    14471447                       tr ("Disabled", "details report (VT-x/AMD-V)") :
    14481448                       props.GetHWVirtExEnabled() ?
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