From cba31db6fe024fc535032c72c04adebcd7023828 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 21 Sep 2015 13:14:29 +0200 Subject: processor-box: explicitly check for "Amp" (Fader) --- libs/ardour/amp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/amp.cc') diff --git a/libs/ardour/amp.cc b/libs/ardour/amp.cc index 880fe2575e..c62bb7ff69 100644 --- a/libs/ardour/amp.cc +++ b/libs/ardour/amp.cc @@ -59,7 +59,7 @@ Amp::Amp (Session& s, std::string type) std::string Amp::display_name() const { - return _("Fader"); + return _type == "trim" ? _("Trim") : _("Fader"); } bool -- cgit v1.2.3