mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-31 22:23:54 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user