Move a few declarations to first use.
[ardour.git] / gtk2_ardour / mixer_strip.cc
index da5bf6e9c706729813d17d28a525fa74aa82aaa3..72d69d5e43fb6e1d6946e3000612f907e79677f3 100644 (file)
@@ -157,12 +157,10 @@ MixerStrip::init ()
        ARDOUR_UI::instance()->set_tip (&hide_button, _("Hide this mixer strip"));
 
        input_button.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"), "");
        input_button.set_name ("mixer strip button");
        input_button_box.pack_start (input_button, true, true);
 
        output_button.set_text (_("Output"));
-       ARDOUR_UI::instance()->set_tip (&output_button, _("Button 1 to choose outputs from a port matrix, button 3 to select inputs from a menu"), "");
        output_button.set_name ("mixer strip button");
        Gtkmm2ext::set_size_request_to_display_given_text (output_button, longest_label.c_str(), 4, 4);
 
@@ -1207,7 +1205,7 @@ MixerStrip::update_io_button (boost::shared_ptr<ARDOUR::Route> route, Width widt
 
        switch (width) {
        case Wide:
-               label_string = label.str().substr(0, 6);
+               label_string = label.str().substr(0, 7);
                break;
        case Narrow:
                label_string = label.str().substr(0, 3);