From ed973bd8be76a3a481bf6739477a6e200df3cadc Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 23 Feb 2014 15:24:15 +0100 Subject: [PATCH] LadspaEffect, VstEffect: shortened plugin name In order to display less redundancy in EffectSelectDialog, the plugin names were shortened to "LADSPA" and "VST". --- plugins/LadspaEffect/LadspaEffect.cpp | 2 +- plugins/VstEffect/VstEffect.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/LadspaEffect/LadspaEffect.cpp b/plugins/LadspaEffect/LadspaEffect.cpp index 0ad2ec73e..2bd082f7c 100644 --- a/plugins/LadspaEffect/LadspaEffect.cpp +++ b/plugins/LadspaEffect/LadspaEffect.cpp @@ -47,7 +47,7 @@ extern "C" Plugin::Descriptor PLUGIN_EXPORT ladspaeffect_plugin_descriptor = { STRINGIFY( PLUGIN_NAME ), - "LADSPA Effect", + "LADSPA", QT_TRANSLATE_NOOP( "pluginBrowser", "plugin for using arbitrary LADSPA-effects " "inside LMMS." ), diff --git a/plugins/VstEffect/VstEffect.cpp b/plugins/VstEffect/VstEffect.cpp index cca766b86..072aa3a48 100644 --- a/plugins/VstEffect/VstEffect.cpp +++ b/plugins/VstEffect/VstEffect.cpp @@ -38,7 +38,7 @@ extern "C" Plugin::Descriptor PLUGIN_EXPORT vsteffect_plugin_descriptor = { STRINGIFY( PLUGIN_NAME ), - "VST Effect", + "VST", QT_TRANSLATE_NOOP( "pluginBrowser", "plugin for using arbitrary VST effects inside LMMS." ), "Tobias Doerffel ",