summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_info_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/vst_info_file.cc')
-rw-r--r--libs/ardour/vst_info_file.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc
index dc780975b3..77be57e8d8 100644
--- a/libs/ardour/vst_info_file.cc
+++ b/libs/ardour/vst_info_file.cc
@@ -649,10 +649,10 @@ vstfx_parse_vst_state (VSTState* vstfx)
switch (plugin->dispatcher (plugin, effGetPlugCategory, 0, 0, 0, 0))
{
case kPlugCategEffect: info->Category = strdup ("Effect"); break;
- case kPlugCategSynth: info->Category = strdup ("Synth"); break;
- case kPlugCategAnalysis: info->Category = strdup ("Anaylsis"); break;
+ case kPlugCategSynth: info->Category = strdup ("Instrument"); break;
+ case kPlugCategAnalysis: info->Category = strdup ("Analyser"); break;
case kPlugCategMastering: info->Category = strdup ("Mastering"); break;
- case kPlugCategSpacializer: info->Category = strdup ("Spacializer"); break;
+ case kPlugCategSpacializer: info->Category = strdup ("Spatial"); break;
case kPlugCategRoomFx: info->Category = strdup ("RoomFx"); break;
case kPlugSurroundFx: info->Category = strdup ("SurroundFx"); break;
case kPlugCategRestoration: info->Category = strdup ("Restoration"); break;