summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2012-11-14 00:15:52 +0000
committerRobin Gareus <robin@gareus.org>2012-11-14 00:15:52 +0000
commit86b4b1b56e6b21d062448a77705e247477fb4132 (patch)
tree6df7b0c464e0a7c2f7000dd1a181c232b8da9894 /gtk2_ardour/session_option_editor.cc
parenta5f5572159360b7194d72ce22923fae24723453c (diff)
add tooltips to Offset config
git-svn-id: svn://localhost/ardour2/branches/3.0@13487 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/session_option_editor.cc')
-rw-r--r--gtk2_ardour/session_option_editor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/session_option_editor.cc b/gtk2_ardour/session_option_editor.cc
index 64ccc93de6..b0a353e5e8 100644
--- a/gtk2_ardour/session_option_editor.cc
+++ b/gtk2_ardour/session_option_editor.cc
@@ -103,6 +103,7 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
sco->set_session (_session);
sco->clock().set_negative_allowed (true);
+ Gtkmm2ext::UI::instance()->set_tip (sco->tip_widget(), _("The specified offset is added to the received timecode (MTC or LTC)."));
add_option (_("Timecode"), sco);
@@ -115,6 +116,7 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
gco->set_session (_session);
gco->clock().set_negative_allowed (true);
+ Gtkmm2ext::UI::instance()->set_tip (gco->tip_widget(), _("Specify an offset which is added to the generated timecode (so far only LTC)."));
add_option (_("Timecode"), gco);