diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-16 11:34:42 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-16 11:34:42 -0500 |
commit | 6a8947679cdb3a3d6ce9d4d175a2bdfed4b7eee3 (patch) | |
tree | 79d985e8e1182052fea3d917de4d2031eca4d720 /indra/newview/llinventorylistitem.cpp | |
parent | f48011e4d04f744a93a18267bf7b78ec0b717b7c (diff) |
SH-3645 WIP - preserve item order after wearable save as
Diffstat (limited to 'indra/newview/llinventorylistitem.cpp')
-rw-r--r-- | indra/newview/llinventorylistitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorylistitem.cpp b/indra/newview/llinventorylistitem.cpp index 26041767fd..0601796436 100644 --- a/indra/newview/llinventorylistitem.cpp +++ b/indra/newview/llinventorylistitem.cpp @@ -231,7 +231,7 @@ const std::string& LLPanelInventoryListItemBase::getDescription() const { return LLStringUtil::null; } - return inv_item->getDescription(); + return inv_item->getActualDescription(); } time_t LLPanelInventoryListItemBase::getCreationDate() const |