mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-05 22:59:29 +02:00
Darn Windows developers! (Or the VS compiler is just too helpful.)
This commit is contained in:
parent
3d8de17c22
commit
94d97f87b8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user