1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 14:18:53 +02:00

Fix link to Spectrogram Settings Help

This commit is contained in:
Steve Daulton 2017-05-20 18:21:32 +01:00
parent d6a9011960
commit b96f169e1f

View File

@ -417,7 +417,7 @@ void PrefsDialog::OnHelp(wxCommandEvent & WXUNUSED(event))
// Because this happens, we want to visit a different help page.
// So we modify the page name in the case of a page on its own.
if( !mCategories)
page.Replace( "Preferences", "Settings" );
page.Replace( "Spectrograms_Preferences", "Spectrogram_View#spectrogram_settings" );
HelpSystem::ShowHelpDialog(this, page, true);
}