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:
parent
d6a9011960
commit
b96f169e1f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user