summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-03-12 15:18:16 +0100
committerRobin Gareus <robin@gareus.org>2019-03-12 15:18:16 +0100
commite186234d2bc28afc514ee6d6e39ea13d29addc3a (patch)
tree0cad47ae8b73485174c6f33a9bae317a01e978a7 /gtk2_ardour/rc_option_editor.cc
parent56d8b6cae17b6b0c9f94da28aaf3117064560d4e (diff)
Add Preference dialog option for LayerTime
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index ab010ec3a5..8c9554955c 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -2457,6 +2457,7 @@ RCOptionEditor::RCOptionEditor ()
eqv->add (Overlap, _("whenever they overlap in time"));
eqv->add (Enclosed, _("if either encloses the other"));
eqv->add (Exact, _("only if they have identical length, position and origin"));
+ eqv->add (LayerTime, _("only if they have identical length, position and layer"));
add_option (_("Editor"), eqv);