mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 14:32:58 +02:00
Bug 1944 - Many "scriptables" link to non-existent pages or incorrect target pages
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
bool Apply(const CommandContext & context) override;
|
||||
|
||||
// AudacityCommand overrides
|
||||
wxString ManualPage() override {return wxT("Open");};
|
||||
wxString ManualPage() override {return wxT("Extra_Menu:_Scriptables_II#open_project");};
|
||||
public:
|
||||
wxString mFileName;
|
||||
bool mbAddToHistory;
|
||||
@@ -54,7 +54,7 @@ public:
|
||||
bool Apply(const CommandContext & context) override;
|
||||
|
||||
// AudacityCommand overrides
|
||||
wxString ManualPage() override {return wxT("Save");};
|
||||
wxString ManualPage() override {return wxT("Extra_Menu:_Scriptables_II#save_project");};
|
||||
public:
|
||||
wxString mFileName;
|
||||
bool mbAddToHistory;
|
||||
|
Reference in New Issue
Block a user