diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2010-05-11 12:24:28 -0700 |
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2010-05-11 12:24:28 -0700 |
| commit | ef021ddc9af1829a519edd5e6b7127be3afd57bc (patch) | |
| tree | 8c3c7d85e007d3650901b579eadcd88535e8dbbd /indra/newview/llinventoryitemslist.cpp | |
| parent | cd7ca56352c25c48327f6e6628d1ac69fa7ab1cd (diff) | |
| parent | 5490d4f56688597dfcd6077bc7e0f5f0c9053ae4 (diff) | |
Automated merge
Diffstat (limited to 'indra/newview/llinventoryitemslist.cpp')
| -rw-r--r-- | indra/newview/llinventoryitemslist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryitemslist.cpp b/indra/newview/llinventoryitemslist.cpp index 9719de4650..2be78787fe 100644 --- a/indra/newview/llinventoryitemslist.cpp +++ b/indra/newview/llinventoryitemslist.cpp @@ -130,7 +130,7 @@ BOOL LLPanelInventoryListItemBase::postBuild() setIconCtrl(getChild<LLIconCtrl>("item_icon")); setTitleCtrl(getChild<LLTextBox>("item_name")); - mIconImage = get_item_icon(mItem->getType(), mItem->getInventoryType(), mItem->getFlags(), FALSE); + mIconImage = LLInventoryIcon::getIcon(mItem->getType(), mItem->getInventoryType(), mItem->getFlags(), FALSE); setNeedsRefresh(true); |
