1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 14:16:28 +01:00

Add Help button to Export Multiple dialog

This commit is contained in:
Steve Daulton
2018-08-09 20:49:20 +01:00
parent 3d6f3f1866
commit 217c1267bd
2 changed files with 8 additions and 1 deletions

View File

@@ -102,6 +102,7 @@ private:
void OnByNumber(wxCommandEvent& event);
void OnPrefix(wxCommandEvent& event);
void OnCancel(wxCommandEvent& event);
void OnHelp(wxCommandEvent& event);
void OnExport(wxCommandEvent& event);
private: