LadspaEffect, VstEffect: shortened plugin name

In order to display less redundancy in EffectSelectDialog, the plugin
names were shortened to "LADSPA" and "VST".
This commit is contained in:
Tobias Doerffel
2014-02-23 15:24:15 +01:00
parent 9c9372f0c8
commit ed973bd8be
2 changed files with 2 additions and 2 deletions

View File

@@ -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." ),

View File

@@ -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 <tobydox/at/users.sf.net>",