diff --git a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp index cfc7d76188..4702e3bfa3 100644 --- a/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp @@ -2703,6 +2703,7 @@ void VSTPluginFormat::findAllTypesForFile (OwnedArray& result { jassert (desc.uid == uid); desc.hasSharedContainer = true; + desc.name = shellEffectName; if (! arrayContainsPlugin (results, desc)) results.add (new PluginDescription (desc));