mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Change 'mouse_move' to 'move_mouse'.
Fixing a hyperlink.
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
void PopulateOrExchange(ShuttleGui & S) override;
|
||||
|
||||
// AudacityCommand overrides
|
||||
wxString ManualPage() override {return wxT("Extra_Menu:_Scriptables_II#mouse_move");};
|
||||
wxString ManualPage() override {return wxT("Extra_Menu:_Scriptables_II#move_mouse");};
|
||||
|
||||
bool Apply(const CommandContext & context) override;
|
||||
|
||||
|
Reference in New Issue
Block a user