mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-19 09:30:52 +02: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:
parent
17f15f71c8
commit
e34ea138e0
@ -74,6 +74,9 @@ void LoadModule(wxString fname)
|
|||||||
{
|
{
|
||||||
wxLogDebug(wxT("About to load module %s"), fname.c_str());
|
wxLogDebug(wxT("About to load module %s"), fname.c_str());
|
||||||
tModuleInit mainFn = NULL;
|
tModuleInit mainFn = NULL;
|
||||||
|
#if defined(__WXMAC__)
|
||||||
|
wxLogNull logNo;
|
||||||
|
#endif
|
||||||
|
|
||||||
// As a courtesy to some modules that might be bridges to
|
// As a courtesy to some modules that might be bridges to
|
||||||
// open other modules, we set the current working
|
// open other modules, we set the current working
|
||||||
|
Loading…
x
Reference in New Issue
Block a user