mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 07:33:49 +01:00
Update two help URLs.
This commit is contained in:
@@ -53,7 +53,7 @@ class ApplyMacroDialog : public wxDialogWrapper {
|
|||||||
virtual void OnCancel(wxCommandEvent & event);
|
virtual void OnCancel(wxCommandEvent & event);
|
||||||
virtual void OnHelp(wxCommandEvent & event);
|
virtual void OnHelp(wxCommandEvent & event);
|
||||||
|
|
||||||
virtual wxString GetHelpPageName() {return "Tools_Menu#macros_compact_dialog";};
|
virtual wxString GetHelpPageName() {return "Apply_Macro";};
|
||||||
|
|
||||||
void PopulateMacros();
|
void PopulateMacros();
|
||||||
static wxString MacroIdOfName( const wxString & MacroName );
|
static wxString MacroIdOfName( const wxString & MacroName );
|
||||||
@@ -95,8 +95,8 @@ private:
|
|||||||
void OnCancel(wxCommandEvent &event) override;
|
void OnCancel(wxCommandEvent &event) override;
|
||||||
|
|
||||||
virtual wxString GetHelpPageName() override {return
|
virtual wxString GetHelpPageName() override {return
|
||||||
mbExpanded ? "Tools_Menu#macross_full_dialog"
|
mbExpanded ? "Manage_Macros"
|
||||||
: "Tools_Menu#macros_compact_dialog";};
|
: "Apply_Macro";};
|
||||||
|
|
||||||
void PopulateList();
|
void PopulateList();
|
||||||
void AddItem(const wxString &command, wxString const ¶ms);
|
void AddItem(const wxString &command, wxString const ¶ms);
|
||||||
|
|||||||
Reference in New Issue
Block a user