Changeset 41927 in vbox
- Timestamp:
- Jun 27, 2012 2:49:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp
r41819 r41927 476 476 resolution += QString ("x%1").arg (bpp); 477 477 478 QString mode = gpConverter->toString(m.GetClipboardMode()); 479 480 478 481 CMachineDebugger debugger = console.GetDebugger(); 479 482 QString virtualization = debugger.GetHWVirtExEnabled() ? … … 515 518 result += hdrRow.arg (":/state_running_16px.png").arg (tr ("Runtime Attributes")); 516 519 result += formatValue (tr ("Screen Resolution"), resolution, maxLength); 520 result += formatValue (tr ("Clipboard Mode"), mode, maxLength); 517 521 result += formatValue (VBoxGlobal::tr ("VT-x/AMD-V", "details report"), virtualization, maxLength); 518 522 result += formatValue (VBoxGlobal::tr ("Nested Paging", "details report"), nested, maxLength);
Note:
See TracChangeset
for help on using the changeset viewer.