Wrong text for lables.
This commit is contained in:
+2
-4
@@ -663,10 +663,8 @@ Lv2PluginInfo::Lv2PluginInfo(PluginHost *lv2Host, LilvWorld *pWorld, const LilvP
|
|||||||
this->label_ = nodeAsString(label);
|
this->label_ = nodeAsString(label);
|
||||||
if (label_.length() == 0)
|
if (label_.length() == 0)
|
||||||
{
|
{
|
||||||
this->label_ = name;
|
this->label_ = this->name_;
|
||||||
} else {
|
}
|
||||||
std::cout << this->label_ << std::endl;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
AutoLilvNode author_name = (lilv_plugin_get_author_name(pPlugin));
|
AutoLilvNode author_name = (lilv_plugin_get_author_name(pPlugin));
|
||||||
|
|||||||
Reference in New Issue
Block a user