From 7d8d2f3e54d429fbbc756d7dc9c47ad85aa88dc9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 29 Apr 2009 03:10:57 +0000 Subject: Fix illegal symbol. git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@1957 a436a847-0d15-0410-975c-d299462d15a1 --- src/mdaTestTone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mdaTestTone.cpp') diff --git a/src/mdaTestTone.cpp b/src/mdaTestTone.cpp index f74139e..3f521a3 100644 --- a/src/mdaTestTone.cpp +++ b/src/mdaTestTone.cpp @@ -314,7 +314,7 @@ void mdaTestTone::getParameterName(LvzInt32 index, char *label) case 4: strcpy(label, "F2"); break; case 6: strcpy(label, "Thru"); break; case 5: strcpy(label, "Sweep"); break; - case 7: strcpy(label, "0dB"); break; + case 7: strcpy(label, "Zero dB"); break; } } -- cgit v1.2.1