mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-12 15:46:25 +01:00
Fix link to Spectrogram Settings Help
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user