summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_widget_list.rc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-10-31 23:12:54 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-10-31 23:12:54 +0000
commitf029238f32accbaf392a8c89002ccbfe911e6fba (patch)
treed0ea75eb13e3b7e11104d4f15641e08980518d8a /gtk2_ardour/ardour3_widget_list.rc
parentb077f64f62a56e8c610e186ca18a92c278c1908a (diff)
correct style name for processor buttons
git-svn-id: svn://localhost/ardour2/branches/3.0@10367 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_widget_list.rc')
-rw-r--r--gtk2_ardour/ardour3_widget_list.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/ardour3_widget_list.rc b/gtk2_ardour/ardour3_widget_list.rc
index 45a9fef411..66b8796a8a 100644
--- a/gtk2_ardour/ardour3_widget_list.rc
+++ b/gtk2_ardour/ardour3_widget_list.rc
@@ -391,6 +391,6 @@ widget "*InsertTimeClock" style:highest "default_clock_display"
widget "*EditorRouteGroupsAllGroupButton" style:highest "default_toggle_button"
widget "*MidiSoundNotesButton" style:highest "default_toggle_button"
widget "*MeasureLatencyButton" style:highest "default_toggle_button"
-widget "*processor prefader" style:highest "processor_prefader"
-widget "*processor fader" style:highest "processor_fader"
-widget "*processor postfader" style:highest "processor_postfader"
+widget "*processor prefader" style:highest "processor"
+widget "*processor fader" style:highest "processor"
+widget "*processor postfader" style:highest "processor"