From fbb6ed4fe6f2604a156c7595b97675215292e45a Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Mon, 13 Feb 2012 23:13:10 +0000 Subject: [PATCH] Ed's fix for bug 179 --- src/effects/nyquist/LoadNyquist.cpp | 3 +++ 1 file changed, 3 insertions(+) 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