From b25fbc8a956528a7c648eb3960782aa31cc2a36e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 17 Nov 2011 22:49:13 +0000 Subject: all new implementation of audio clocks, with entirely new editing model. not entirely finished, but lookable, and usable git-svn-id: svn://localhost/ardour2/branches/3.0@10662 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/option_editor.cc') diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc index 50feba3484..040adc2db9 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 g, sigc::slot s) : Option (i, n) - , _clock (X_("timecode-offset"), false, X_("TimecodeOffsetClock"), true, false, true, false) + , _clock (X_("timecode-offset"), false, X_(""), true, false, true, false) , _get (g) , _set (s) { -- cgit v1.2.3