add tooltips to Offset config
authorRobin Gareus <robin@gareus.org>
Wed, 14 Nov 2012 00:15:52 +0000 (00:15 +0000)
committerRobin Gareus <robin@gareus.org>
Wed, 14 Nov 2012 00:15:52 +0000 (00:15 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13487 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/session_option_editor.cc

index 64ccc93de69d7b942659a185a94042e5fa963338..b0a353e5e89974758b4d97b42cecf8754e4ceb85 100644 (file)
@@ -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);