mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 14:17:07 +01:00
Change virtual function interface of PrefsPanel
This commit is contained in:
@@ -186,7 +186,7 @@ void ThemePrefs::OnSaveThemeAsCode(wxCommandEvent & WXUNUSED(event))
|
||||
}
|
||||
|
||||
/// Update the preferences stored on disk.
|
||||
bool ThemePrefs::Apply()
|
||||
bool ThemePrefs::Commit()
|
||||
{
|
||||
ShuttleGui S(this, eIsSavingToPrefs);
|
||||
PopulateOrExchange(S);
|
||||
|
||||
Reference in New Issue
Block a user