VirtualBox

Ignore:
Timestamp:
Feb 7, 2007 3:56:29 PM (18 years ago)
Author:
vboxsync
Message:

FE/Qt: Refreshed mouse icons; updated the green color on the auto-resize icon to math green in the mouse integration icon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r651 r755  
    223223    vmDisableMouseIntegrAction = new QAction (this, "vmDisableMouseIntegrAction");
    224224    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"));
    226226    vmDisableMouseIntegrAction->setToggleAction (true);
    227227
     
    385385    mouse_state->setStateIcon (2, QPixmap::fromMimeSource ("mouse_seamless_16px.png"));
    386386    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"));
    388388    /* host key */
    389389    hostkey_hbox = new QHBox (indicatorBox, "hostkey_hbox");
     
    11631163            "<nobr><img src=mouse_seamless_16px.png/>&nbsp;&nbsp;mouse integration (MI) is On</nobr><br>"
    11641164            "<nobr><img src=mouse_can_seamless_16px.png/>&nbsp;&nbsp;MI is Off, pointer is captured</nobr><br>"
    1165             "<nobr><img src=mouse_seamless_disabled_16px.png/>&nbsp;&nbsp;MI is Off, pointer is not captured</nobr>"));
     1165            "<nobr><img src=mouse_can_seamless_uncaptured_16px.png/>&nbsp;&nbsp;MI is Off, pointer is not captured</nobr>"));
    11661166    QToolTip::add (hostkey_state,
    11671167        tr ("Indicates whether the keyboard is captured by the guest OS "
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette