1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-05 03:03:10 +01: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

@@ -389,7 +389,7 @@ void ScreenFrame::PopulateOrExchange(ShuttleGui & S)
S.StartHorizontalLay();
{
S.Id(IdCaptureSelectionBar).AddButton(_("SelectionBar"));
S.Id(IdCaptureSpectralSelection).AddButton(_("Frequency Selection"));
S.Id(IdCaptureSpectralSelection).AddButton(_("Spectral Selection"));
S.Id(IdCaptureTools).AddButton(_("Tools"));
S.Id(IdCaptureTransport).AddButton(_("Transport"));
}