diff --git a/source/backend/engine/CarlaEngineNative.cpp b/source/backend/engine/CarlaEngineNative.cpp index 5d481c7e9..fa9337810 100644 --- a/source/backend/engine/CarlaEngineNative.cpp +++ b/source/backend/engine/CarlaEngineNative.cpp @@ -1521,7 +1521,7 @@ static const NativePluginDescriptor carlaRackDesc = { /* paramIns */ 0, /* paramOuts */ 0, /* name */ "Carla-Rack", - /* label */ "carla-rack", + /* label */ "carlarack", /* maker */ "falkTX", /* copyright */ "GNU GPL v2+", CarlaEngineNative::_instantiateRack, @@ -1560,7 +1560,7 @@ static const NativePluginDescriptor carlaPatchbayDesc = { /* paramIns */ 0, /* paramOuts */ 0, /* name */ "Carla-Patchbay", - /* label */ "carla-patchbay", + /* label */ "carlapatchbay", /* maker */ "falkTX", /* copyright */ "GNU GPL v2+", CarlaEngineNative::_instantiatePatchbay, diff --git a/source/modules/native-plugins/distrho-3bandsplitter.cpp b/source/modules/native-plugins/distrho-3bandsplitter.cpp index 67172fbf3..329cb6e18 100644 --- a/source/modules/native-plugins/distrho-3bandsplitter.cpp +++ b/source/modules/native-plugins/distrho-3bandsplitter.cpp @@ -40,7 +40,7 @@ static const NativePluginDescriptor _3bandsplitterDesc = { /* paramIns */ DistrhoPlugin3BandSplitter::paramCount, /* paramOuts */ 0, /* name */ DISTRHO_PLUGIN_NAME, - /* label */ "3BandSplitter", + /* label */ "3bandsplitter", /* maker */ "falkTX, Michael Gruhn", /* copyright */ "LGPL", PluginDescriptorFILL(PluginCarla) diff --git a/source/modules/native-plugins/juce-patchbay.cpp b/source/modules/native-plugins/juce-patchbay.cpp index 267c4a7ca..4ff1e6c3b 100644 --- a/source/modules/native-plugins/juce-patchbay.cpp +++ b/source/modules/native-plugins/juce-patchbay.cpp @@ -244,7 +244,7 @@ static const NativePluginDescriptor jucepatchbayDesc = { /* paramIns */ 0, /* paramOuts */ 0, /* name */ "Juce Patchbay", - /* label */ "jucePatchbay", + /* label */ "jucepatchbay", /* maker */ "falkTX, Raw Material Software Ltd.", /* copyright */ "GNU GPL v2+", PluginDescriptorFILL(JucePatchbayPlugin)