1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 16:39:30 +02:00

Update TracksPrefs.cpp

Fix for bug 1000.
This commit is contained in:
Steve Daulton 2015-06-02 11:43:14 +01:00
parent 1ddbc0bc68
commit bddded0d2b

View File

@ -63,7 +63,7 @@ void TracksPrefs::Populate()
mViewChoices.Add(_("Spectrogram"));
mViewChoices.Add(_("Spectrogram log(f)"));
mViewChoices.Add(_("Spectral Selection"));
mViewChoices.Add(_("Spectrogram Selection log(f)"));
mViewChoices.Add(_("Spectral Selection log(f)"));
mViewChoices.Add(_("Pitch (EAC)"));
//------------------------- Main section --------------------