Changeset 16544 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 6, 2009 12:09:36 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42482
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r16520 r16544 2082 2082 bool nestEnabled = cconsole.GetDebugger().GetHWVirtExNestedPagingEnabled(); 2083 2083 2084 /// @todo: After releasing 2.1: rephrase the tooltop to something like 2085 /// "Indicates the status of the hardware virtualization features used 2086 /// by this virtual machine" (to match other tooltips). 2087 2088 QString tip ("<qt><nobr><b>%1:</b> %2</nobr><br>" 2084 QString tip ("<qt>Indicates the status of the hardware virtualization " 2085 "features used by this virtual machine:<br>" 2086 "<nobr><b>%1:</b> %2</nobr><br>" 2089 2087 "<nobr><b>%3:</b> %4</nobr></qt>"); 2090 2088 QString virtualization = virtEnabled ?
Note:
See TracChangeset
for help on using the changeset viewer.