Actually use LLWearable::mDescription.
Set LLWearable::mDescription and keep it up to date. This allows to export (and import) the description of wearables.
This commit is contained in:
@@ -854,6 +854,10 @@ U32 LLInventoryModel::updateItem(const LLViewerInventoryItem* item)
|
||||
{
|
||||
mask |= LLInventoryObserver::LABEL;
|
||||
}
|
||||
if(old_item->getDescription() != item->getDescription())
|
||||
{
|
||||
mask |= LLInventoryObserver::DESCRIPTION;
|
||||
}
|
||||
old_item->copyViewerItem(item);
|
||||
mask |= LLInventoryObserver::INTERNAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user