13
0

Tooltips for mixer strip width and hide buttons (#4477).

git-svn-id: svn://localhost/ardour2/branches/3.0@10651 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-16 20:14:58 +00:00
parent ec90b0ceb0
commit ccc5467bca

View File

@ -151,11 +151,13 @@ MixerStrip::init ()
img->show ();
width_button.add (*img);
ARDOUR_UI::instance()->set_tip (&width_button, _("Toggle the width of this mixer strip"));
img = manage (new Gtk::Image (::get_icon("hide")));
img->show ();
hide_button.add (*img);
ARDOUR_UI::instance()->set_tip (&hide_button, _("Hide this mixer strip"));
input_label.set_text (_("Input"));
ARDOUR_UI::instance()->set_tip (&input_button, _("Button 1 to choose inputs from a port matrix, button 3 to select inputs from a menu"), "");