1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Remove PluginManager::GetTranslatedVendor()...

... Instead, use the IdentInterfaceSymbol for vendor reported by the effect
This commit is contained in:
Paul Licameli
2018-03-29 16:26:23 -04:00
parent 0394660e9e
commit 11d217076a
10 changed files with 29 additions and 23 deletions

View File

@@ -108,7 +108,7 @@ wxString VampEffect::GetName()
IdentInterfaceSymbol VampEffect::GetVendor()
{
return wxString::FromUTF8(mPlugin->getMaker().c_str());
return { wxString::FromUTF8(mPlugin->getMaker().c_str()) };
}
wxString VampEffect::GetVersion()