1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-10 08:17:55 +02:00

Eliminate duplications of string literal "Nyquist Prompt"

This commit is contained in:
Paul Licameli
2021-05-14 13:02:51 -04:00
parent 9e70fa71ba
commit cf948ece52
7 changed files with 14 additions and 6 deletions

View File

@@ -1982,7 +1982,7 @@ wxDialog *EffectUI::DialogFactory( wxWindow &parent, EffectHostInterface *pHost,
menuManager.mLastTool = ID;
menuManager.mLastToolRegistration = MenuCreator::repeattypeplugin;
menuManager.mRepeatToolFlags = EffectManager::kConfigured;
if (shortDesc == XO("Nyquist Prompt")) {
if (shortDesc == NYQUIST_PROMPT_NAME) {
menuManager.mRepeatToolFlags = EffectManager::kRepeatNyquistPrompt; //Nyquist Prompt is not configured
}
break;