1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-19 17:40:15 +02:00

Bug 2585 - Incorrect help file address for Loudness Normalization

This commit is contained in:
Steve Daulton 2020-11-17 17:35:50 +00:00 committed by GitHub
parent d6a6b256fe
commit c3a47d0a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ TranslatableString EffectLoudness::GetDescription()
wxString EffectLoudness::ManualPage()
{
return wxT("Loudness");
return wxT("Loudness_Normalization");
}
// EffectDefinitionInterface implementation