use correctly named action to put preferences into the global menu bar on OS X
This commit is contained in:
@@ -296,8 +296,8 @@
|
||||
</menu>
|
||||
#ifndef GTKOSX
|
||||
<separator/>
|
||||
<menuitem action='menu-show-preferences'/>
|
||||
#endif
|
||||
<menuitem action='menu-show-preferences'/>
|
||||
</menu>
|
||||
|
||||
<menu name='RegionMenu' action='RegionMenu'>
|
||||
|
||||
@@ -663,7 +663,7 @@ ARDOUR_UI::use_menubar_as_top_menubar ()
|
||||
app->add_app_menu_item (group, dynamic_cast<MenuItem*>(widget));
|
||||
}
|
||||
|
||||
if ((widget = ActionManager::get_widget ("/ui/Main/Session/toggle-rc-options-editor"))) {
|
||||
if ((widget = ActionManager::get_widget ("/ui/Main/Edit/menu-show-preferences"))) {
|
||||
app->add_app_menu_item (group, dynamic_cast<MenuItem*>(widget));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user