1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-05 14:49:25 +02:00

Darn Windows developers! (Or the VS compiler is just too helpful.)

This commit is contained in:
lllucius@gmail.com 2014-11-06 04:58:40 +00:00
parent 3d8de17c22
commit 94d97f87b8

View File

@ -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"),
PluginManager::Get().GetName(ID)),
PluginManager::Get().GetName(ID).c_str()),
_("Effect failed to initialize"));
return NULL;