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:
Carl Hetherington 2010-08-13 23:16:43 +00:00
parent d6166084b1
commit 4e2d805c9d

View File

@ -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 {