Changeset 755 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
- Timestamp:
- Feb 7, 2007 3:56:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r651 r755 223 223 vmDisableMouseIntegrAction = new QAction (this, "vmDisableMouseIntegrAction"); 224 224 vmDisableMouseIntegrAction->setIconSet (VBoxGlobal::iconSet ( 225 "mouse_can_seamless_16px.png", "mouse_ seamless_disabled_16px.png"));225 "mouse_can_seamless_16px.png", "mouse_can_seamless_disabled_16px.png")); 226 226 vmDisableMouseIntegrAction->setToggleAction (true); 227 227 … … 385 385 mouse_state->setStateIcon (2, QPixmap::fromMimeSource ("mouse_seamless_16px.png")); 386 386 mouse_state->setStateIcon (3, QPixmap::fromMimeSource ("mouse_can_seamless_16px.png")); 387 mouse_state->setStateIcon (4, QPixmap::fromMimeSource ("mouse_ seamless_disabled_16px.png"));387 mouse_state->setStateIcon (4, QPixmap::fromMimeSource ("mouse_can_seamless_uncaptured_16px.png")); 388 388 /* host key */ 389 389 hostkey_hbox = new QHBox (indicatorBox, "hostkey_hbox"); … … 1163 1163 "<nobr><img src=mouse_seamless_16px.png/> mouse integration (MI) is On</nobr><br>" 1164 1164 "<nobr><img src=mouse_can_seamless_16px.png/> MI is Off, pointer is captured</nobr><br>" 1165 "<nobr><img src=mouse_ seamless_disabled_16px.png/> MI is Off, pointer is not captured</nobr>"));1165 "<nobr><img src=mouse_can_seamless_uncaptured_16px.png/> MI is Off, pointer is not captured</nobr>")); 1166 1166 QToolTip::add (hostkey_state, 1167 1167 tr ("Indicates whether the keyboard is captured by the guest OS "
Note:
See TracChangeset
for help on using the changeset viewer.