mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
Fix for bug #854
This commit is contained in:
parent
1349b06628
commit
c88c1738bb
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user