Changeset 48783 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 1, 2013 2:53:33 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89421
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp
r48576 r48783 668 668 bool bNestEnabled = debugger.GetHWVirtExNestedPagingEnabled(); 669 669 QString nestedPaging = bNestEnabled ? 670 VBoxGlobal::tr("Enabled", " nested paging") :671 VBoxGlobal::tr("Disabled", " nested paging");670 VBoxGlobal::tr("Enabled", "details report (Nested Paging)") : 671 VBoxGlobal::tr("Disabled", "details report (Nested Paging)"); 672 672 673 673 bool bUXEnabled = debugger.GetHWVirtExUXEnabled(); 674 674 QString unrestrictExec = bUXEnabled ? 675 VBoxGlobal::tr("Enabled", " unrestricted execution") :676 VBoxGlobal::tr("Disabled", " unrestricted execution");675 VBoxGlobal::tr("Enabled", "details report (Unrestricted Execution)") : 676 VBoxGlobal::tr("Disabled", "details report (Unrestricted Execution)"); 677 677 678 678 QString strCPUExecCap = QString::number(console.GetMachine().GetCPUExecutionCap());
Note:
See TracChangeset
for help on using the changeset viewer.