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