diff --git a/plugins/LadspaEffect/LadspaSubPluginFeatures.cpp b/plugins/LadspaEffect/LadspaSubPluginFeatures.cpp index a51a21322..13aa66e5b 100644 --- a/plugins/LadspaEffect/LadspaSubPluginFeatures.cpp +++ b/plugins/LadspaEffect/LadspaSubPluginFeatures.cpp @@ -158,7 +158,7 @@ void LadspaSubPluginFeatures::listSubPluginKeys( ladspa_key_t LadspaSubPluginFeatures::subPluginKeyToLadspaKey( const Key * _key ) { - QString file = _key->attributes["file"].toLower(); + QString file = _key->attributes["file"]; return( ladspa_key_t( file.remove( QRegExp( "\\.so$" ) ). remove( QRegExp( "\\.dll$" ) ) + #ifdef LMMS_BUILD_WIN32