Browse Source

Use DISTRHO_PLUGIN_NAME for mod:label

pull/6/head
falkTX 9 years ago
parent
commit
c8f0fdec1f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoPluginLV2export.cpp

+ 1
- 1
distrho/src/DistrhoPluginLV2export.cpp View File

@@ -488,7 +488,7 @@ void lv2_generate_ttl(const char* const basename)
#ifdef DISTRHO_PLUGIN_BRAND
// MOD
pluginString += " mod:brand \"" DISTRHO_PLUGIN_BRAND "\" ;\n";
pluginString += " mod:label \"" + String(plugin.getName()) + "\" ;\n\n";
pluginString += " mod:label \"" DISTRHO_PLUGIN_NAME "\" ;\n\n";
#endif

// name


Loading…
Cancel
Save