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:
@@ -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"),
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user