Correct name(tm)
git-svn-id: svn://localhost/ardour2/branches/3.0@5095 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
358072bcc1
commit
d1f09a9403
@ -785,7 +785,7 @@ RouteUI::build_solo_menu (void)
|
|||||||
MenuList& items = solo_menu->items();
|
MenuList& items = solo_menu->items();
|
||||||
CheckMenuItem* check;
|
CheckMenuItem* check;
|
||||||
|
|
||||||
check = new CheckMenuItem(_("Solo Locked"));
|
check = new CheckMenuItem(_("Solo Lock"));
|
||||||
check->set_active (_route->solo_safe());
|
check->set_active (_route->solo_safe());
|
||||||
check->signal_toggled().connect (bind (mem_fun (*this, &RouteUI::toggle_solo_safe), check));
|
check->signal_toggled().connect (bind (mem_fun (*this, &RouteUI::toggle_solo_safe), check));
|
||||||
_route->solo_safe_changed.connect(bind (mem_fun (*this, &RouteUI::solo_safe_toggle), check));
|
_route->solo_safe_changed.connect(bind (mem_fun (*this, &RouteUI::solo_safe_toggle), check));
|
||||||
|
Loading…
Reference in New Issue
Block a user