summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2012-10-26 03:11:07 +0000
committerRobin Gareus <robin@gareus.org>2012-10-26 03:11:07 +0000
commit4f698d6a54aa0f728e59efaef0c5adb2fd4ec64a (patch)
tree455e05f19a135c3b14de9c77b5b49e71187e8b88 /gtk2_ardour
parent49b50d8e97d95eb62a458a3641f4ff1cf7b3d121 (diff)
add a preference dialog heading for the LTC generator
git-svn-id: svn://localhost/ardour2/branches/3.0@13344 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-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 7ff6d3809f..9d0d24acfa 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1103,6 +1103,8 @@ RCOptionEditor::RCOptionEditor ()
#ifdef HAVE_LTC
// TODO; rather disable this button than not compile it..
+ add_option (_("Transport"), new OptionEditorHeading (S_("LTC Generator")));
+
add_option (_("Transport"),
new BoolOption (
"send-ltc",