- Timestamp:
- Dec 12, 2008 5:34:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r15268 r15391 2079 2079 bool nestEnabled = cconsole.GetDebugger().GetHWVirtExNestedPagingEnabled(); 2080 2080 2081 QString tip ("<qt><nobr>%1 %2</nobr><br><nobr>%3 %4</nobr></qt>"); 2081 /// @todo: After releasing 2.1: rephrase the tooltop to something like 2082 /// "Indicates the status of the hardware virtualization features used 2083 /// by this virtual machine" (to match other tooltips). 2084 2085 QString tip ("<qt><nobr><b>%1:</b> %2</nobr><br>" 2086 "<nobr><b>%3:</b> %4</nobr></qt>"); 2082 2087 QString virtualization = virtEnabled ? 2083 2088 VBoxGlobal::tr ("Enabled", "details report (VT-x/AMD-V)") :
Note:
See TracChangeset
for help on using the changeset viewer.