summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-09-19 21:14:59 +0000
committerCarl Hetherington <carl@carlh.net>2011-09-19 21:14:59 +0000
commit3f6ec53ba3f30d4dc8ceeb0b44752eec0d4a2d21 (patch)
tree5873be33e533ac4b25ed7a27869373a145106576 /gtk2_ardour/editor_route_groups.cc
parent6ab6ad5bb732512d04593b1a5d566d5e787d45ed (diff)
Tidy up style of a few toggle buttons (#4319).
git-svn-id: svn://localhost/ardour2/branches/3.0@10097 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_groups.cc')
-rw-r--r--gtk2_ardour/editor_route_groups.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc
index 7bcf5008ee..613f140a8e 100644
--- a/gtk2_ardour/editor_route_groups.cc
+++ b/gtk2_ardour/editor_route_groups.cc
@@ -38,6 +38,7 @@
#include "route_time_axis.h"
#include "editor_routes.h"
#include "editor_route_groups.h"
+#include "ardour_ui.h"
#include "ardour/route.h"
#include "ardour/session.h"
@@ -146,6 +147,8 @@ EditorRouteGroups::EditorRouteGroups (Editor* e)
_display_packer.pack_start (*button_box, false, false);
_all_group_active_button.signal_toggled().connect (sigc::mem_fun (*this, &EditorRouteGroups::all_group_toggled));
+ _all_group_active_button.set_name (X_("EditorRouteGroupsAllGroupButton"));
+ ARDOUR_UI::instance()->set_tip (_all_group_active_button, _("Activate this button to operate on all tracks when none are selected."));
}
void