mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-08 17:46:25 +01: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;
|
void PopulateOrExchange(ShuttleGui & S) override;
|
||||||
|
|
||||||
// AudacityCommand overrides
|
// 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;
|
bool Apply(const CommandContext & context) override;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user