summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-07 17:23:15 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-07 17:23:15 +0000
commita5788defff161ccfdb390b9580b071260e671d18 (patch)
tree22daf0ab07819c9d5b1f02ea8336472fca3c8037 /gtk2_ardour/option_editor.cc
parentae94dfda5f42a6a0cbd042bce7a8007d90628d51 (diff)
fix widget name
git-svn-id: svn://localhost/ardour2/branches/3.0@10472 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index 770df4d37d..50feba3484 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -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)
{