VirtualBox

Ignore:
Timestamp:
Dec 12, 2011 11:59:52 AM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: VM Device menu: Show tool-tips for CD/DVD and Floppy menu items.

File:
1 edited

Legend:

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

    r38498 r39580  
    458458        : UIMenuAction(pParent, ":/cd_16px.png", ":/cd_disabled_16px.png")
    459459    {
     460        qobject_cast<UIMenuInterface*>(menu())->setShowToolTips(true);
    460461        retranslateUi();
    461462    }
     
    478479        : UIMenuAction(pParent, ":/fd_16px.png", ":/fd_disabled_16px.png")
    479480    {
     481        qobject_cast<UIMenuInterface*>(menu())->setShowToolTips(true);
    480482        retranslateUi();
    481483    }
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