diff --git a/gtk2_ardour/foldback_strip.cc b/gtk2_ardour/foldback_strip.cc index 16e5bc73e4..c2e13461fd 100644 --- a/gtk2_ardour/foldback_strip.cc +++ b/gtk2_ardour/foldback_strip.cc @@ -82,9 +82,9 @@ FoldbackSend::FoldbackSend (boost::shared_ptr snd, boost::shared_ptrget_pre_fader ()) { - _button.set_name ("processor prefader"); + _button.set_name ("foldback prefader"); } else { - _button.set_name ("processor postfader"); + _button.set_name ("foldback postfader"); } _button.set_layout_ellipsize_width (PX_SCALE (_width) * PANGO_SCALE); _button.set_text_ellipsize (Pango::ELLIPSIZE_END); diff --git a/gtk2_ardour/themes/dark-ardour.colors b/gtk2_ardour/themes/dark-ardour.colors index 2c18002edf..95fed695f6 100644 --- a/gtk2_ardour/themes/dark-ardour.colors +++ b/gtk2_ardour/themes/dark-ardour.colors @@ -321,6 +321,14 @@ + + + + + + + +