summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_controller.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-09-03 15:11:08 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-09-03 15:26:33 -0500
commit69ac29d3752ad18ffcac15c9579116d7e0d67670 (patch)
tree9d5d02c487cb56a793a822a9c69167d0213fd05a /gtk2_ardour/automation_controller.cc
parent66f60970dd35200ae373e85603b673c3072ee930 (diff)
consolidate some slider styles, and make bg darker
Diffstat (limited to 'gtk2_ardour/automation_controller.cc')
-rw-r--r--gtk2_ardour/automation_controller.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_controller.cc b/gtk2_ardour/automation_controller.cc
index edc7311c78..3240e6b81a 100644
--- a/gtk2_ardour/automation_controller.cc
+++ b/gtk2_ardour/automation_controller.cc
@@ -45,7 +45,7 @@ AutomationController::AutomationController(boost::shared_ptr<Automatable> printe
{
assert (_printer);
- set_name (X_("PluginSlider")); // FIXME: get yer own name!
+ set_name (X_("ProcessorControlSlider"));
StartGesture.connect (sigc::mem_fun(*this, &AutomationController::start_touch));
StopGesture.connect (sigc::mem_fun(*this, &AutomationController::end_touch));