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

Add LV2 preference setting.

This commit is contained in:
lllucius 2013-10-30 02:51:38 +00:00
parent a53defedf3
commit 5b4a9774c1

View File

@ -62,13 +62,18 @@ void EffectsPrefs::PopulateOrExchange(ShuttleGui & S)
true);
#endif
// JKC: LADSPA, Nyquist, VST, VAMP should not be translated.
// JKC: LADSPA, LV2, Nyquist, VST, VAMP should not be translated.
#if USE_LADSPA
S.TieCheckBox(wxT("&LADSPA"),
wxT("/Ladspa/Enable"),
true);
#endif
#if USE_LV2
S.TieCheckBox(wxT("LV&2"),
wxT("/LV2/Enable"),
true);
#endif
#if USE_NYQUIST
S.TieCheckBox(wxT("N&yquist"),
wxT("/Nyquist/Enable"),