mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 09:09:47 +02:00
Correct my misapplication of Ed's fix for bug 179.
This commit is contained in:
parent
ebe27b7e95
commit
be209d0dc0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user