VirtualBox

Changeset 74585 in vbox for trunk


Ignore:
Timestamp:
Oct 2, 2018 4:03:09 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9241: VirtualBox Manager: A bit of File menu fixes.

File:
1 edited

Legend:

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

    r74559 r74585  
    12701270# ifdef VBOX_GUI_WITH_NETWORK_MANAGER
    12711271    /* 'Check for Updates' action goes to Application menu: */
    1272     pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_CheckForUpdates));
     1272    if (gEDataManager->applicationUpdateEnabled())
     1273        pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_CheckForUpdates));
    12731274    /* 'Network Access Manager' action goes to Application menu: */
    12741275    pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_NetworkAccessManager));
     
    13441345        pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_CheckForUpdates));
    13451346# endif /* VBOX_GUI_WITH_NETWORK_MANAGER */
     1347    /* Separator after tool actions of the 'File' menu: */
     1348    pMenu->addSeparator();
    13461349    /* 'Reset Warnings' action goes 'File' menu: */
    13471350    pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_ResetWarnings));
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