- Timestamp:
- Jul 4, 2011 10:21:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMDesktop.cpp
r37753 r37755 596 596 .arg(cCPU); 597 597 598 #ifdef VBOX_WITH_FULL_DETAILS_REPORT599 /* Execution Cap600 * is NOT such important attribute to be reflected in details page... */601 598 int iCPUExecCap = m_machine.GetCPUExecutionCap(); 602 599 if (iCPUExecCap < 100) … … 604 601 tr("<nobr>%1%</nobr>", "details report")) 605 602 .arg(iCPUExecCap); 606 #endif /* VBOX_WITH_FULL_DETAILS_REPORT */607 603 608 604 /* Boot order */
Note:
See TracChangeset
for help on using the changeset viewer.