From a53e3010f809bff1b3d8c9e03b4dc8f3be14c05e Mon Sep 17 00:00:00 2001 From: James Crook Date: Wed, 3 May 2017 09:34:30 +0100 Subject: [PATCH] Tooltips for unmodified Play and Record. --- src/toolbars/ControlToolBar.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/toolbars/ControlToolBar.cpp b/src/toolbars/ControlToolBar.cpp index f42e7d92c..716ac7441 100644 --- a/src/toolbars/ControlToolBar.cpp +++ b/src/toolbars/ControlToolBar.cpp @@ -228,7 +228,7 @@ void ControlToolBar::RegenerateTooltips() { case ID_PLAY_BUTTON: // Without shift - commands.push_back(wxT("Play")); + commands.push_back(wxT("PlayStop")); // With shift commands.push_back(_("Loop Play")); // For the shortcut tooltip. @@ -236,7 +236,8 @@ void ControlToolBar::RegenerateTooltips() break; case ID_RECORD_BUTTON: // Without shift - commands.push_back(wxT("Record")); + //commands.push_back(wxT("Record")); + commands.push_back(wxT("Record1stChoice")); { bool bPreferAppend; gPrefs->Read("/GUI/PreferAppendRecord",&bPreferAppend, true); if( bPreferAppend ){