Set the select button tooltip in just one place rather than two. Hopefully fixes...
authorCarl Hetherington <carl@carlh.net>
Fri, 21 May 2010 12:45:55 +0000 (12:45 +0000)
committerCarl Hetherington <carl@carlh.net>
Fri, 21 May 2010 12:45:55 +0000 (12:45 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7129 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor.cc

index e8c39faade70e5c0c8525d91228be054923d9c8d..c2748e5af33f69dbd8855ad0f6cd3c6e07c13883 100644 (file)
@@ -3005,7 +3005,6 @@ void
 Editor::setup_tooltips ()
 {
        ARDOUR_UI::instance()->set_tip (mouse_move_button, _("Select/Move Objects"));
-       ARDOUR_UI::instance()->set_tip (mouse_select_button, _("Select/Move Ranges"));
        ARDOUR_UI::instance()->set_tip (mouse_gain_button, _("Draw Gain Automation"));
        ARDOUR_UI::instance()->set_tip (mouse_zoom_button, _("Select Zoom Range"));
        ARDOUR_UI::instance()->set_tip (mouse_timefx_button, _("Stretch/Shrink Regions"));