Changeset 103059 in vbox
- Timestamp:
- Jan 25, 2024 12:35:37 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp
r103058 r103059 3901 3901 fSeparator = addAction(pMenu, action(UIActionIndex_Simple_Oracle)) || fSeparator; 3902 3902 3903 #ifndef VBOX_WS_MAC 3903 3904 /* Separator? */ 3904 3905 if (fSeparator) … … 3908 3909 } 3909 3910 3910 #ifndef VBOX_WS_MAC3911 3911 /* 'About' action: */ 3912 3912 fSeparator = addAction(pMenu, action(UIActionIndex_Simple_About)) || fSeparator;
Note:
See TracChangeset
for help on using the changeset viewer.