VirtualBox

Changeset 103059 in vbox


Ignore:
Timestamp:
Jan 25, 2024 12:35:37 PM (10 months ago)
Author:
vboxsync
Message:

FE/Qt: UIActionPool: Make sure there is no that weird separator at the end of Help menu on macOS.

File:
1 edited

Legend:

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

    r103058 r103059  
    39013901    fSeparator = addAction(pMenu, action(UIActionIndex_Simple_Oracle)) || fSeparator;
    39023902
     3903#ifndef VBOX_WS_MAC
    39033904    /* Separator? */
    39043905    if (fSeparator)
     
    39083909    }
    39093910
    3910 #ifndef VBOX_WS_MAC
    39113911    /* 'About' action: */
    39123912    fSeparator = addAction(pMenu, action(UIActionIndex_Simple_About)) || fSeparator;
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