summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-03-23 21:22:33 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-03-23 21:22:33 -0500
commitcc93a9f3dd243f2d7af794d3b55b676bda68d8dc (patch)
treec9001933fe372f3f7446b274ada7be9c4c01dd66 /gtk2_ardour/rc_option_editor.cc
parentb7b8f91e6706aa38dd5c41a312012e83553b7c5a (diff)
add needed separator
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 72f959b5c5..0e097455a4 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1795,6 +1795,8 @@ RCOptionEditor::RCOptionEditor ()
sigc::mem_fun (*_rc_config, &RCConfiguration::set_new_plugins_active)
));
+ add_option (_("Audio"), new OptionEditorHeading (_("Regions")));
+
add_option (_("Audio"),
new BoolOption (
"auto-analyse-audio",