mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-01 06:33:53 +01:00
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user