use "mute" not cut in monitor section
git-svn-id: svn://localhost/ardour2/branches/3.0@10534 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ec9b3674df
commit
cf136a59ba
@ -265,7 +265,7 @@ MonitorSection::MonitorSection (Session* s)
|
||||
Label* l1 = manage (new Label (X_("out")));
|
||||
l1->set_name (X_("MonitorSectionLabel"));
|
||||
channel_table_header.attach (*l1, 0, 1, 0, 1, EXPAND|FILL);
|
||||
l1 = manage (new Label (X_("cut")));
|
||||
l1 = manage (new Label (X_("mute")));
|
||||
l1->set_name (X_("MonitorSectionLabel"));
|
||||
channel_table_header.attach (*l1, 1, 2, 0, 1, EXPAND|FILL);
|
||||
l1 = manage (new Label (X_("dim")));
|
||||
|
Loading…
Reference in New Issue
Block a user