fix widget name
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 7 Nov 2011 17:23:15 +0000 (17:23 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 7 Nov 2011 17:23:15 +0000 (17:23 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10472 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/option_editor.cc

index 770df4d37dc8db1853105b833a61d156b61eab0c..50feba34844a931306b0c56dc9ba6e943628a27f 100644 (file)
@@ -195,7 +195,7 @@ FaderOption::add_to_page (OptionEditorPage* p)
 
 ClockOption::ClockOption (string const & i, string const & n, sigc::slot<framecnt_t> g, sigc::slot<bool, framecnt_t> s)
        : Option (i, n)
-       , _clock (X_("timecode-offset"), false, X_("TimecodeOffset"), true, false, true, false)
+       , _clock (X_("timecode-offset"), false, X_("TimecodeOffsetClock"), true, false, true, false)
        , _get (g)
        , _set (s)
 {