mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-24 08:10:05 +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);
|
wxGetApp().FindFilesInPathList(wxT("*.ny"), pathList, files);
|
||||||
#ifndef __WXGTK__
|
#ifdef __WXGTK__
|
||||||
wxGetApp().FindFilesInPathList(wxT("*.NY"), pathList, files); // Ed's fix for bug 179
|
wxGetApp().FindFilesInPathList(wxT("*.NY"), pathList, files); // Ed's fix for bug 179
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user