mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Name phase invert buttons correctly so that themeing works.
git-svn-id: svn://localhost/ardour2/branches/3.0@7624 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d6166084b1
commit
4e2d805c9d
1 changed files with 1 additions and 1 deletions
|
|
@ -1670,7 +1670,7 @@ RouteUI::setup_invert_buttons ()
|
|||
b->signal_toggled().connect (sigc::bind (sigc::mem_fun (*this, &RouteUI::invert_toggled), i, b));
|
||||
b->signal_button_press_event().connect (sigc::mem_fun (*this, &RouteUI::invert_press));
|
||||
|
||||
b->set_name (X_("InvertButton"));
|
||||
b->set_name (X_("MixerInvertButton"));
|
||||
if (to_add == 1) {
|
||||
b->add (*manage (new Label (X_("Ø"))));
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue