aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaDither.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaDither.cpp')
-rw-r--r--src/mdaDither.cpp6
1 files changed, 3 insertions, 3 deletions
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;
}
}