Changeset 14295 in vbox for trunk/src/VBox
- Timestamp:
- Nov 18, 2008 12:34:51 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp
r13837 r14295 482 482 483 483 /* Contrary to displayUpdateCallback and displayResizeCallback 484 * the framebuffer lock must be taken since the thefunction485 * pointed to by pDrv->pUpPort->pfnUpdateDisplay is anaware484 * the framebuffer lock must be taken since the function 485 * pointed to by pDrv->pUpPort->pfnUpdateDisplay is unaware 486 486 * of any locking issues. */ 487 487 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r13835 r14295 3702 3702 3703 3703 /** 3704 * Sets the theminimum size restriction depending on the auto-resize feature3704 * Sets the minimum size restriction depending on the auto-resize feature 3705 3705 * state and the current rendering mode. 3706 3706 * -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r13835 r14295 1614 1614 QToolTip::add (hostkey_name, 1615 1615 tr ("Shows the currently assigned Host key.<br>" 1616 "This key, when pressed alone, toggles the thekeyboard and mouse "1616 "This key, when pressed alone, toggles the keyboard and mouse " 1617 1617 "capture state. It can also be used in combination with other keys " 1618 1618 "to quickly perform actions from the main menu.")); -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp
r14056 r14295 3793 3793 3794 3794 /** 3795 * Sets the theminimum size restriction depending on the auto-resize feature3795 * Sets the minimum size restriction depending on the auto-resize feature 3796 3796 * state and the current rendering mode. 3797 3797 * -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r14274 r14295 1737 1737 hostkey_name->setToolTip ( 1738 1738 tr ("Shows the currently assigned Host key.<br>" 1739 "This key, when pressed alone, toggles the thekeyboard and mouse "1739 "This key, when pressed alone, toggles the keyboard and mouse " 1740 1740 "capture state. It can also be used in combination with other keys " 1741 1741 "to quickly perform actions from the main menu."));
Note:
See TracChangeset
for help on using the changeset viewer.