1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-23 15:50:05 +02:00

"Vamp" not "VAMP" in Effects preferences

This commit is contained in:
Paul Licameli 2018-01-16 12:11:40 -05:00
parent af279072b5
commit e88615c1b6

View File

@ -86,7 +86,7 @@ void EffectsPrefs::PopulateOrExchange(ShuttleGui & S)
#endif
#if USE_VAMP
S.TieCheckBox(wxT("&VAMP"),
S.TieCheckBox(wxT("&Vamp"),
wxT("/VAMP/Enable"),
true);
#endif