mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 14:32:58 +02:00
Bug 1944 - Many "scriptables" link to non-existent pages or incorrect target pages
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
bool Apply() override;
|
||||
|
||||
// AudacityCommand overrides
|
||||
wxString ManualPage() override {return wxT("Compare_Audio");};
|
||||
wxString ManualPage() override {return wxT("Extra_Menu:_Scriptables_II#compare_Audio");};
|
||||
bool Apply(const CommandContext &context) override;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user