mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 22:23:59 +01:00
Ed's fix for bug 179
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user