mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-05 22:21:15 +01:00
Add small help button to Prefs pages
This commit is contained in:
@@ -161,6 +161,11 @@ void ModulePrefs::SetModuleStatus(const wxString &fname, int iStatus){
|
||||
gPrefs->Flush();
|
||||
}
|
||||
|
||||
wxString ModulePrefs::HelpPageName()
|
||||
{
|
||||
return "Modules_Preferences";
|
||||
}
|
||||
|
||||
PrefsPanel *ModulePrefsFactory::Create(wxWindow *parent)
|
||||
{
|
||||
wxASSERT(parent); // to justify safenew
|
||||
|
||||
Reference in New Issue
Block a user