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/mdaDither.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mdaDither.cpp') diff --git a/src/mdaDither.cpp b/src/mdaDither.cpp index 03a2e09..4031104 100644 --- a/src/mdaDither.cpp +++ b/src/mdaDither.cpp @@ -110,10 +110,10 @@ void mdaDither::getParameterName(LvzInt32 index, char *label) switch(index) { case 0: strcpy(label, "Word Len"); break; - case 1: strcpy(label, "Dither "); break; + case 1: strcpy(label, "Dither"); break; case 2: strcpy(label, "Dith Amp"); break; - case 3: strcpy(label, "DC Trim "); break; - case 4: strcpy(label, "Zoom... "); break; + case 3: strcpy(label, "DC Trim"); break; + case 4: strcpy(label, "Zoom"); break; } } -- cgit v1.2.1