aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaTestTone.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-04-29 03:10:57 +0000
committerDavid Robillard <d@drobilla.net>2009-04-29 03:10:57 +0000
commit7d8d2f3e54d429fbbc756d7dc9c47ad85aa88dc9 (patch)
treeb2e8b7369a767a5b6b10d1db2da62f86704b07f6 /src/mdaTestTone.cpp
parentf3031ea4a67c93eb98d54cf86bfeca56384bc78a (diff)
downloadmda.lv2-7d8d2f3e54d429fbbc756d7dc9c47ad85aa88dc9.tar.gz
mda.lv2-7d8d2f3e54d429fbbc756d7dc9c47ad85aa88dc9.tar.bz2
mda.lv2-7d8d2f3e54d429fbbc756d7dc9c47ad85aa88dc9.zip
Fix illegal symbol.
git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@1957 a436a847-0d15-0410-975c-d299462d15a1
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 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;
}
}