mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-04 21:50:51 +01:00
Fix for bug #854
This commit is contained in:
@@ -2148,6 +2148,7 @@ PluginDescriptor & PluginManager::CreatePlugin(const PluginID & id,
|
||||
|
||||
plug.SetID(id);
|
||||
plug.SetPath(ident->GetPath());
|
||||
plug.SetSymbol(ident->GetSymbol());
|
||||
plug.SetName(ident->GetName());
|
||||
plug.SetVendor(ident->GetVendor());
|
||||
plug.SetVersion(ident->GetVersion());
|
||||
|
||||
Reference in New Issue
Block a user