mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 07:10:06 +02:00
Add shortcut hint to shift-record tooltip.
This commit is contained in:
parent
57b200884e
commit
cd69bf074f
@ -231,6 +231,7 @@ void ControlToolBar::RegenerateTooltips()
|
||||
commands.push_back(wxT("Play"));
|
||||
// With shift
|
||||
commands.push_back(_("Loop Play"));
|
||||
// For the shortcut tooltip.
|
||||
commands.push_back(wxT("PlayLooped"));
|
||||
break;
|
||||
case ID_RECORD_BUTTON:
|
||||
@ -240,11 +241,11 @@ void ControlToolBar::RegenerateTooltips()
|
||||
gPrefs->Read("/GUI/PreferAppendRecord",&bPreferAppend, true);
|
||||
if( bPreferAppend ){
|
||||
commands.push_back(_("Record New Track"));
|
||||
commands.push_back(wxT("RecordBelow"));
|
||||
} else {
|
||||
commands.push_back(_("Append Record"));
|
||||
commands.push_back(wxT("RecordAppend"));
|
||||
}
|
||||
// For the shortcut tooltip.
|
||||
commands.push_back(wxT("Record2ndChoice"));
|
||||
}
|
||||
break;
|
||||
case ID_PAUSE_BUTTON:
|
||||
|
Loading…
x
Reference in New Issue
Block a user