From de77c4beb69f2fc7f27424d2bd07a4d376e7bcdc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Aug 2008 00:47:39 +0000 Subject: Clean up port friendly names. More data generation. git-svn-id: http://svn.drobilla.net/lad/mda-lv2@1323 a436a847-0d15-0410-975c-d299462d15a1 --- src/mdaLeslie.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mdaLeslie.cpp') diff --git a/src/mdaLeslie.cpp b/src/mdaLeslie.cpp index 95ce97c..bb2c002 100644 --- a/src/mdaLeslie.cpp +++ b/src/mdaLeslie.cpp @@ -187,7 +187,7 @@ void mdaLeslie::getParameterName(LvzInt32 index, char *label) { switch(index) { - case 0: strcpy(label, "Speed:"); break; + case 0: strcpy(label, "Mode"); break; case 1: strcpy(label, "Lo Width"); break; case 2: strcpy(label, "Lo Throb"); break; case 3: strcpy(label, "Hi Width"); break; -- cgit v1.2.1