Temporary change to prevent "Error: Couldn't find symbol 'MainPanelFunc' in a dynamic library (error 127: the specified procedure could not be found.)" dialog from popping up at Audacity startup. This only affects Mac.

This commit is contained in:
lllucius 2011-03-28 05:49:25 +00:00
parent 17f15f71c8
commit e34ea138e0
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ void LoadModule(wxString fname)
{
wxLogDebug(wxT("About to load module %s"), fname.c_str());
tModuleInit mainFn = NULL;
#if defined(__WXMAC__)
wxLogNull logNo;
#endif
// As a courtesy to some modules that might be bridges to
// open other modules, we set the current working