aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaTestTone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaTestTone.cpp')
-rw-r--r--src/mdaTestTone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaTestTone.cpp b/src/mdaTestTone.cpp
index a921131..3748109 100644
--- a/src/mdaTestTone.cpp
+++ b/src/mdaTestTone.cpp
@@ -32,7 +32,7 @@ mdaTestTone::mdaTestTone(audioMasterCallback audioMaster) : AudioEffectX(audioMa
setParameter(6, 0.f);
}
-bool mdaTestTone::getProductString(char* text) { strcpy(text, "mda TestTone"); return true; }
+bool mdaTestTone::getProductString(char* text) { strcpy(text, "MDA TestTone"); return true; }
bool mdaTestTone::getVendorString(char* text) { strcpy(text, "mda"); return true; }
bool mdaTestTone::getEffectName(char* name) { strcpy(name, "TestTone"); return true; }