1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-02 22:27:10 +01:00

Rename Apply in spectrum settings & prefs dialogs, reposition it too

This commit is contained in:
Paul Licameli
2017-06-25 10:54:06 -04:00
parent 6cea9822c3
commit aa924b54a9
8 changed files with 23 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ class SpectrumPrefs final : public PrefsPanel
SpectrumPrefs(wxWindow * parent, WaveTrack *wt);
virtual ~SpectrumPrefs();
bool Apply() override;
bool ShowsApplyButton() override;
bool ShowsPreviewButton() override;
bool Validate() override;
wxString HelpPageName() override;