summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-01-01 13:20:11 +0100
committerRobin Gareus <robin@gareus.org>2016-01-01 13:28:47 +0100
commitca6ee56347ede03d87c1b3bdbdec52458fd25662 (patch)
treea5272092a342796f42726f22a0a19abfcf70fcb2 /gtk2_ardour/mixer_strip.cc
parentb5ed8495fb5363d44f52c0090ea78f87a5d55e8b (diff)
kunterbunte Monitor-Sektion
reduce color diversity and clean up color definitions of the monitor section: mute, solo: use mixer-colors, prefix all MS-colors with "monitor section"
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index 2b21f3ef29..ebeb40b51e 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -502,7 +502,7 @@ MixerStrip::set_route (boost::shared_ptr<Route> rt)
if (monitor_section_button == 0) {
Glib::RefPtr<Action> act = ActionManager::get_action ("Common", "ToggleMonitorSection");
monitor_section_button = manage (new ArdourButton);
- monitor_section_button->set_name ("monitor section button");
+ monitor_section_button->set_name ("master monitor section button");
monitor_section_button->set_related_action (act);
set_tooltip (monitor_section_button, _("Show/Hide Monitoring Section"));
mute_solo_table.attach (*monitor_section_button, 1, 2, 0, 1);