1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Automation -> Scripting.

This commit is contained in:
James Crook
2018-02-21 14:24:25 +00:00
committed by Paul Licameli
parent 08b1db6145
commit 0ad533a740
71 changed files with 157 additions and 157 deletions

View File

@@ -32,7 +32,7 @@ public:
void PopulateOrExchange(ShuttleGui & S) override;
// AudacityCommand overrides
wxString ManualPage() override {return wxT("Extra_Menu:_Automation#drag");};
wxString ManualPage() override {return wxT("Extra_Menu:_Scriptables#drag");};
bool Apply(const CommandContext & context) override;