Skip to content

Commit

Permalink
LadspaEffect, VstEffect: shortened plugin name
Browse files Browse the repository at this point in the history
In order to display less redundancy in EffectSelectDialog, the plugin
names were shortened to "LADSPA" and "VST".
  • Loading branch information
tobydox committed Feb 23, 2014
1 parent 9c9372f commit ed973bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/LadspaEffect/LadspaEffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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." ),
Expand Down
2 changes: 1 addition & 1 deletion plugins/VstEffect/VstEffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>",
Expand Down

0 comments on commit ed973bd

Please sign in to comment.