mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
fix twice-used name "Editor" for action group
git-svn-id: svn://localhost/ardour2/branches/3.0@11706 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d86a078483
commit
8b03f1790a
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ Editor::register_actions ()
|
|||
RefPtr<Action> act;
|
||||
|
||||
editor_actions = ActionGroup::create (X_("Editor"));
|
||||
editor_menu_actions = ActionGroup::create (X_("Editor"));
|
||||
editor_menu_actions = ActionGroup::create (X_("EditorMenu"));
|
||||
|
||||
/* non-operative menu items for menu bar */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue