mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Text case change (_VSTInfo::Category needs to be capitalized)
This commit is contained in:
parent
6ce0a27e0f
commit
141e6f848e
1 changed files with 1 additions and 1 deletions
|
|
@ -1014,7 +1014,7 @@ PluginManager::windows_vst_discover (string path, bool cache_only)
|
||||||
|
|
||||||
snprintf (buf, sizeof (buf), "%d", finfo->UniqueID);
|
snprintf (buf, sizeof (buf), "%d", finfo->UniqueID);
|
||||||
info->unique_id = buf;
|
info->unique_id = buf;
|
||||||
info->category = finfo->category;
|
info->category = finfo->Category;
|
||||||
info->path = path;
|
info->path = path;
|
||||||
info->creator = finfo->creator;
|
info->creator = finfo->creator;
|
||||||
info->index = 0;
|
info->index = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue