Bug 1893 - spurious plug-in reg error message for VidPlayVST32 (and others)

This commit is contained in:
James Crook 2018-08-06 13:13:34 +01:00
parent 901d684c3d
commit 7a56858f38

View File

@ -1014,6 +1014,9 @@ void PluginRegistrationDialog::OnOK(wxCommandEvent & WXUNUSED(evt))
{
pm.mPlugins.erase(item.plugs[j]->GetProviderID() + wxT("_") + path);
}
// Bug 1893. We've found a provider that works.
// Error messages from any that failed are no longer useful.
errMsgs.clear();
break;
}
else