1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-11 01:21:11 +02:00

Change 'mouse_move' to 'move_mouse'.

Fixing a hyperlink.
This commit is contained in:
James Crook 2018-08-25 17:41:28 +01:00
parent 74d0420b96
commit d79c071d6d

View File

@ -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;