VirtualBox

Changeset 5153 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Oct 4, 2007 8:47:56 AM (17 years ago)
Author:
vboxsync
Message:

Registration icon update

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

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

    r5148 r5153  
    266266    helpWebAction->setIconSet (VBoxGlobal::iconSet ("site_16px.png"));
    267267    helpRegisterAction = new QAction (this, "helpRegisterAction");
    268     helpRegisterAction->setIconSet (VBoxGlobal::iconSet ("register_16px.png"));
     268    helpRegisterAction->setIconSet (VBoxGlobal::iconSet ("register_16px.png",
     269                                                "register_disabled_16px.png"));
    269270    helpAboutAction = new QAction (this, "helpAboutAction");
    270271    helpAboutAction->setIconSet (VBoxGlobal::iconSet ("about_16px.png"));
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp

    r5148 r5153  
    430430    helpWebAction->setIconSet (VBoxGlobal::iconSet ("site_16px.png"));
    431431    helpRegisterAction = new QAction (this, "helpRegisterAction");
    432     helpRegisterAction->setIconSet (VBoxGlobal::iconSet ("register_16px.png"));
     432    helpRegisterAction->setIconSet (VBoxGlobal::iconSet ("register_16px.png",
     433                                                "register_disabled_16px.png"));
    433434    helpAboutAction = new QAction (this, "helpAboutAction");
    434435    helpAboutAction->setIconSet (VBoxGlobal::iconSet ("about_16px.png"));
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