diff --git a/src/prefs/PrefsDialog.cpp b/src/prefs/PrefsDialog.cpp index dec11c55a..77368c576 100644 --- a/src/prefs/PrefsDialog.cpp +++ b/src/prefs/PrefsDialog.cpp @@ -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); }