From be209d0dc0f0a32475a9f1d819466f7a963710ea Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Wed, 15 Feb 2012 18:55:05 +0000 Subject: [PATCH] Correct my misapplication of Ed's fix for bug 179. --- src/effects/nyquist/LoadNyquist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects/nyquist/LoadNyquist.cpp b/src/effects/nyquist/LoadNyquist.cpp index 65b612a73..860d5253f 100644 --- a/src/effects/nyquist/LoadNyquist.cpp +++ b/src/effects/nyquist/LoadNyquist.cpp @@ -51,7 +51,7 @@ void LoadNyquistPlugins() } wxGetApp().FindFilesInPathList(wxT("*.ny"), pathList, files); -#ifndef __WXGTK__ +#ifdef __WXGTK__ wxGetApp().FindFilesInPathList(wxT("*.NY"), pathList, files); // Ed's fix for bug 179 #endif