diff --git a/src/prefs/EffectsPrefs.cpp b/src/prefs/EffectsPrefs.cpp index 2a670b325..020a01b6e 100644 --- a/src/prefs/EffectsPrefs.cpp +++ b/src/prefs/EffectsPrefs.cpp @@ -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"),