mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-24 16:01:16 +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");
|
str = wxT("Effect");
|
||||||
break;
|
break;
|
||||||
case PluginTypeAudacityCommand:
|
case PluginTypeAudacityCommand:
|
||||||
str = wxT("Generic");
|
str = wxT("Module");
|
||||||
break;
|
break;
|
||||||
case PluginTypeExporter:
|
case PluginTypeExporter:
|
||||||
str = wxT("Exporter");
|
str = wxT("Exporter");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user