mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +02:00
Fix for bug #472
Ed's fix for bug #179 is now fine for all platforms since duplicates are removed by the new plugin support.
This commit is contained in:
parent
4d0de66523
commit
a107b04d5c
@ -141,9 +141,8 @@ wxArrayString NyquistEffectsModule::FindPlugins(PluginManagerInterface & pm)
|
|||||||
|
|
||||||
// Load .ny plug-ins
|
// Load .ny plug-ins
|
||||||
pm.FindFilesInPathList(wxT("*.ny"), pathList, files);
|
pm.FindFilesInPathList(wxT("*.ny"), pathList, files);
|
||||||
#ifdef __WXGTK__
|
// LLL: Works for all platform with new plugin support (dups are removed)
|
||||||
pm.FindFilesInPathList(wxT("*.NY"), pathList, files); // Ed's fix for bug 179
|
pm.FindFilesInPathList(wxT("*.NY"), pathList, files); // Ed's fix for bug 179
|
||||||
#endif
|
|
||||||
|
|
||||||
return files;
|
return files;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user