1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00
v.audacity 2012-07-11 05:27:19 +00:00
parent 002b25991d
commit c6edf9f444

View File

@ -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;