summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2020-03-23 15:13:39 -0500
committerBen Loftis <ben@harrisonconsoles.com>2020-03-23 15:24:08 -0500
commitc765079b2f7c5e369875c9f714f078dc0c16af90 (patch)
treeb1d6fb5406b1a36b26e3594db227712242cc53f7 /gtk2_ardour/mixer_strip.cc
parent7058a8074fa7d8778e30ef2e0adbe5e69f179d63 (diff)
Show Sends button should instigate a Spill, akin to a VCA spill
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index ba7f6e0942..b35a2b412e 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -662,7 +662,7 @@ MixerStrip::set_route (boost::shared_ptr<Route> rt)
/* non-master bus */
if (!_route->is_master()) {
- rec_mon_table.attach (*show_sends_button, 0, 1, 0, 2);
+ rec_mon_table.attach (*show_sends_button, 0, 3, 0, 2);
show_sends_button->show();
}
}
@@ -787,7 +787,7 @@ MixerStrip::set_width_enum (Width w, void* owner)
case Wide:
if (show_sends_button) {
- show_sends_button->set_text (_("Aux"));
+ show_sends_button->set_text (_("Show Sends"));
}
{
@@ -801,7 +801,7 @@ MixerStrip::set_width_enum (Width w, void* owner)
case Narrow:
if (show_sends_button) {
- show_sends_button->set_text (_("Snd"));
+ show_sends_button->set_text (_("Show"));
}
gain_meter().setup_meters (); // recalc meter width