mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02: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:
parent
24f11dcbc0
commit
d0922d821b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user