From 34b5daf9a936d7c4be3cdf7f67a40d68b6c5a3c2 Mon Sep 17 00:00:00 2001 From: Nikolay Date: Tue, 17 Feb 2015 12:06:49 +0200 Subject: [PATCH] [Summary] Bug fix #43568 "Incorrect Tooltip displayed on playhead position display" [Feature reviewed] MKosharnyy [Reviewed] GZharun --- gtk2_ardour/ardour_ui2.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc index 1467888b6c..5bf7a99437 100644 --- a/gtk2_ardour/ardour_ui2.cc +++ b/gtk2_ardour/ardour_ui2.cc @@ -117,8 +117,6 @@ ARDOUR_UI::setup_tooltips () set_tip (solo_alert_button, _("When active, something is soloed.\nClick to de-solo everything")); set_tip (auditioning_alert_button, _("When active, auditioning is taking place\nClick to stop the audition")); set_tip (feedback_alert_button, _("When active, there is a feedback loop.")); - set_tip (primary_clock, _("Primary Clock right-click to set display mode. Click to edit, click+drag a digit or mouse-over+scroll wheel to modify.\nText edits: right-to-left overwrite Esc: cancel; Enter: confirm; postfix the edit with '+' or '-' to enter delta times.\n")); - set_tip (secondary_clock, _("Secondary Clock right-click to set display mode. Click to edit, click+drag a digit or mouse-over+scroll wheel to modify.\nText edits: right-to-left overwrite Esc: cancel; Enter: confirm; postfix the edit with '+' or '-' to enter delta times.\n")); set_tip (editor_meter_peak_display, _("Reset Level Meter")); synchronize_sync_source_and_video_pullup ();