mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +02:00
Update two help URLs.
This commit is contained in:
parent
814322a793
commit
980cf456f1
@ -53,7 +53,7 @@ class ApplyMacroDialog : public wxDialogWrapper {
|
||||
virtual void OnCancel(wxCommandEvent & event);
|
||||
virtual void OnHelp(wxCommandEvent & event);
|
||||
|
||||
virtual wxString GetHelpPageName() {return "Tools_Menu#macros_compact_dialog";};
|
||||
virtual wxString GetHelpPageName() {return "Apply_Macro";};
|
||||
|
||||
void PopulateMacros();
|
||||
static wxString MacroIdOfName( const wxString & MacroName );
|
||||
@ -95,8 +95,8 @@ private:
|
||||
void OnCancel(wxCommandEvent &event) override;
|
||||
|
||||
virtual wxString GetHelpPageName() override {return
|
||||
mbExpanded ? "Tools_Menu#macross_full_dialog"
|
||||
: "Tools_Menu#macros_compact_dialog";};
|
||||
mbExpanded ? "Manage_Macros"
|
||||
: "Apply_Macro";};
|
||||
|
||||
void PopulateList();
|
||||
void AddItem(const wxString &command, wxString const ¶ms);
|
||||
|
Loading…
x
Reference in New Issue
Block a user