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