diff --git a/src/effects/nyquist/LoadNyquist.cpp b/src/effects/nyquist/LoadNyquist.cpp index eea0ed95a..a9c63ef9c 100644 --- a/src/effects/nyquist/LoadNyquist.cpp +++ b/src/effects/nyquist/LoadNyquist.cpp @@ -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