mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 03:03:10 +01:00
Removed some (hidden) Cleanspeech cruft that had been used to disable effects. Made some static text open to translation. Added more i18n hints (thanks Thomas Breinstrup).
This commit is contained in:
@@ -70,14 +70,14 @@ preferences.
|
||||
//#include "commands/CommandManager.h"
|
||||
//#include "effects/Effect.h"
|
||||
|
||||
const int Enums::NumDbChoices = 14;
|
||||
const int Enums::NumDbChoices = 13;
|
||||
|
||||
const wxString Enums::DbChoices[] =
|
||||
{wxT("-20 dB"), wxT("-25 dB"), wxT("-30 dB"),
|
||||
wxT("-35 dB"), wxT("-40 dB"), wxT("-45 dB"),
|
||||
wxT("-50 dB"), wxT("-55 dB"), wxT("-60 dB"),
|
||||
wxT("-65 dB"), wxT("-70 dB"), wxT("-75 dB"),
|
||||
wxT("-80 dB"), wxT("Off-Skip")};
|
||||
wxT("-80 dB")};
|
||||
|
||||
const double Enums::Db2Signal[] =
|
||||
// -20dB -25dB -30dB -35dB -40dB -45dB -50dB -55dB -60dB -65dB -70dB -75dB -80dB Off
|
||||
|
||||
Reference in New Issue
Block a user