1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Revert "Bug 893 - Spectral Selection Toolbar misnamed"

This reverts commit eaada3a51d.
This commit is contained in:
James Crook
2018-03-26 19:32:37 +01:00
parent d1ffb8a5b8
commit a4a588610e
8 changed files with 17 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ static const wxString kCaptureWhatStrings[ ScreenshotCommand::nCaptureWhats ] =
XO("Scriptables"),
XO("Preferences"),
XO("Selectionbar"),
XO("Frequency_Selection"),
XO("Spectral_Selection"),
XO("Tools"),
XO("Transport"),
XO("Mixer"),

View File

@@ -65,7 +65,7 @@ public:
bool Apply(const CommandContext & context) override;
// AudacityCommand overrides
wxString ManualPage() override {return wxT("Frequency_Selection");};
wxString ManualPage() override {return wxT("Spectral_Selection");};
bool bHasBottom;
bool bHasTop;