mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +02:00
Fix incorrect AudacityCommand's PluginTypeString
This should fix plugins in self-built versions of Tenacity for now. Signed-off-by: nm17 <dannevergame@gmail.com>
This commit is contained in:
parent
4b8d4d30f8
commit
f46015d63c
@ -1608,7 +1608,7 @@ wxString PluginManager::GetPluginTypeString(PluginType type)
|
||||
str = wxT("Effect");
|
||||
break;
|
||||
case PluginTypeAudacityCommand:
|
||||
str = wxT("Generic");
|
||||
str = wxT("Module");
|
||||
break;
|
||||
case PluginTypeExporter:
|
||||
str = wxT("Exporter");
|
||||
|
Loading…
x
Reference in New Issue
Block a user