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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user