mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02:00
Ed's fix for bug 179
This commit is contained in:
parent
d7ac6df84c
commit
fbb6ed4fe6
@ -51,6 +51,9 @@ void LoadNyquistPlugins()
|
||||
}
|
||||
|
||||
wxGetApp().FindFilesInPathList(wxT("*.ny"), pathList, files);
|
||||
#ifndef __WXMSW__
|
||||
wxGetApp().FindFilesInPathList(wxT("*.NY"), pathList, files); // Ed's fix for bug 179
|
||||
#endif
|
||||
|
||||
for(i=0; i<files.GetCount(); i++)
|
||||
LoadNyquistEffect(files[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user