mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 22:53:55 +01:00
Correct my misapplication of Ed's fix for bug 179.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user