aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/Mojo/source/Mojo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MacVST/Mojo/source/Mojo.cpp')
-rwxr-xr-xplugins/MacVST/Mojo/source/Mojo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MacVST/Mojo/source/Mojo.cpp b/plugins/MacVST/Mojo/source/Mojo.cpp
index bef296a..7b34fba 100755
--- a/plugins/MacVST/Mojo/source/Mojo.cpp
+++ b/plugins/MacVST/Mojo/source/Mojo.cpp
@@ -95,7 +95,7 @@ void Mojo::getParameterDisplay(VstInt32 index, char *text) {
void Mojo::getParameterLabel(VstInt32 index, char *text) {
switch (index) {
- case kParamA: vst_strncpy (text, "", kVstMaxParamStrLen); break;
+ case kParamA: vst_strncpy (text, "dB", kVstMaxParamStrLen); break;
default: break; // unknown parameter, shouldn't happen!
}
}