mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
This commit is contained in:
parent
002b25991d
commit
c6edf9f444
@ -74,6 +74,8 @@ tpRegScriptServerFunc scriptFn;
|
||||
void LoadModule(wxString fname)
|
||||
{
|
||||
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;
|
||||
#if defined(__WXMAC__)
|
||||
wxLogNull logNo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user