From e88615c1b6a19dc379e37178b9e27cbf98a3750e Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Tue, 16 Jan 2018 12:11:40 -0500 Subject: [PATCH] "Vamp" not "VAMP" in Effects preferences --- src/prefs/EffectsPrefs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefs/EffectsPrefs.cpp b/src/prefs/EffectsPrefs.cpp index 91367a13c..448e4c231 100644 --- a/src/prefs/EffectsPrefs.cpp +++ b/src/prefs/EffectsPrefs.cpp @@ -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