diff --git a/modules/juce_audio_processors/scanning/juce_PluginListComponent.cpp b/modules/juce_audio_processors/scanning/juce_PluginListComponent.cpp index e1484c1518..e679fa0fd0 100644 --- a/modules/juce_audio_processors/scanning/juce_PluginListComponent.cpp +++ b/modules/juce_audio_processors/scanning/juce_PluginListComponent.cpp @@ -159,8 +159,8 @@ public: formatToScan (format), filesOrIdentifiersToScan (filesOrIdentifiers), propertiesToUse (properties), - pathChooserWindow (TRANS ("Select folders to scan..."), String(), MessageBoxIconType::NoIcon), - progressWindow (title, text, MessageBoxIconType::NoIcon), + pathChooserWindow (TRANS ("Select folders to scan..."), String(), MessageBoxIconType::NoIcon, &plc), + progressWindow (title, text, MessageBoxIconType::NoIcon, &plc), numThreads (threads), allowAsync (allowPluginsWhichRequireAsynchronousInstantiation) {