From ccc5467bcaef73fdabafc5c4b01e8762798f9ac2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 16 Nov 2011 20:14:58 +0000 Subject: [PATCH] Tooltips for mixer strip width and hide buttons (#4477). git-svn-id: svn://localhost/ardour2/branches/3.0@10651 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/mixer_strip.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc index bb538dd281..2efb6accf6 100644 --- a/gtk2_ardour/mixer_strip.cc +++ b/gtk2_ardour/mixer_strip.cc @@ -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"), "");