1
0
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:
v.audacity 2012-02-15 18:55:05 +00:00
parent ebe27b7e95
commit be209d0dc0

View File

@ -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