capital x looks better here

master
zetaPRIME 2021-11-11 15:04:31 -05:00
parent 25408ba776
commit d4a12647d2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace {
bool _ = PluginRegistry::enqueueRegistration([] {
auto i = std::make_shared<PluginInfo>();
i->id = "plug:capaxitor";
i->displayName = "Capaxitor";
i->displayName = "CapaXitor";
i->category = "Sampler";
i->createInstance = []{ return std::make_shared<Capaxitor>(); };
PluginRegistry::registerPlugin(i);