mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-16 21:18:36 -04:00
Merge pull request #1046 from tresf/patch-2
Allow uppercase letters in ladspa file names
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user