mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-08 17:46:25 +01:00
Add small help button to Prefs pages
This commit is contained in:
@@ -87,6 +87,11 @@ bool WarningsPrefs::Apply()
|
||||
return true;
|
||||
}
|
||||
|
||||
wxString WarningsPrefs::HelpPageName()
|
||||
{
|
||||
return "Warnings_Preferences";
|
||||
}
|
||||
|
||||
PrefsPanel *WarningsPrefsFactory::Create(wxWindow *parent)
|
||||
{
|
||||
wxASSERT(parent); // to justify safenew
|
||||
|
||||
Reference in New Issue
Block a user