mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
This commit is contained in:
parent
002b25991d
commit
c6edf9f444
@ -74,6 +74,8 @@ tpRegScriptServerFunc scriptFn;
|
|||||||
void LoadModule(wxString fname)
|
void LoadModule(wxString fname)
|
||||||
{
|
{
|
||||||
wxLogDebug(wxT("About to load module %s"), fname.c_str());
|
wxLogDebug(wxT("About to load module %s"), fname.c_str());
|
||||||
|
wxLogNull logNo; // Don't show wxWidgets Error if cannot load within this method. (Fix bug 544.)
|
||||||
|
|
||||||
tModuleInit mainFn = NULL;
|
tModuleInit mainFn = NULL;
|
||||||
#if defined(__WXMAC__)
|
#if defined(__WXMAC__)
|
||||||
wxLogNull logNo;
|
wxLogNull logNo;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user