clarify meaning of route group tab context menu items
git-svn-id: svn://localhost/ardour2/branches/3.0@10929 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c2956012ff
commit
5468eb5788
@ -324,8 +324,8 @@ GroupTabs::get_menu (RouteGroup* g)
|
||||
add_menu_items (_menu, g);
|
||||
|
||||
items.push_back (SeparatorElem());
|
||||
items.push_back (MenuElem (_("Activate All"), sigc::mem_fun(*this, &GroupTabs::activate_all)));
|
||||
items.push_back (MenuElem (_("Disable All"), sigc::mem_fun(*this, &GroupTabs::disable_all)));
|
||||
items.push_back (MenuElem (_("Enable All Groups"), sigc::mem_fun(*this, &GroupTabs::activate_all)));
|
||||
items.push_back (MenuElem (_("Disable All Groups"), sigc::mem_fun(*this, &GroupTabs::disable_all)));
|
||||
|
||||
return _menu;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user