1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-04 16:14:00 +01:00

Bug 179 (P4) Former fix was incorrect for Mac. Ed has updated his change for this, and I'm applying it.

This commit is contained in:
v.audacity
2012-02-15 17:59:02 +00:00
parent 24f11dcbc0
commit d0922d821b

View File

@@ -51,7 +51,7 @@ void LoadNyquistPlugins()
}
wxGetApp().FindFilesInPathList(wxT("*.ny"), pathList, files);
#ifndef __WXMSW__
#ifndef __WXGTK__
wxGetApp().FindFilesInPathList(wxT("*.NY"), pathList, files); // Ed's fix for bug 179
#endif