mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Darn Windows developers! (Or the VS compiler is just too helpful.)
This commit is contained in:
@@ -651,7 +651,7 @@ Effect *EffectManager::GetEffect(const PluginID & ID)
|
|||||||
}
|
}
|
||||||
|
|
||||||
wxMessageBox(wxString::Format(_("Attempting to initialize the following effect failed:\n\n%s\n\nMore information may be available in Help->Show Log"),
|
wxMessageBox(wxString::Format(_("Attempting to initialize the following effect failed:\n\n%s\n\nMore information may be available in Help->Show Log"),
|
||||||
PluginManager::Get().GetName(ID)),
|
PluginManager::Get().GetName(ID).c_str()),
|
||||||
_("Effect failed to initialize"));
|
_("Effect failed to initialize"));
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user