1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +02:00

Bug 1944 - Many "scriptables" link to non-existent pages or incorrect target pages

This commit is contained in:
James Crook
2018-08-24 19:06:51 +01:00
parent 66df5786de
commit ac5b743dd2
16 changed files with 25 additions and 25 deletions

View File

@@ -36,7 +36,7 @@ public:
bool Apply(const CommandContext & context) override;
// AudacityCommand overrides
wxString ManualPage() override {return wxT("Help");};
wxString ManualPage() override {return wxT("Extra_Menu:_Scriptables_II#help");};
public:
wxString mCommandName;
};