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/lltoastgroupnotifypanel.cpp | |
parent | cd7ca56352c25c48327f6e6628d1ac69fa7ab1cd (diff) | |
parent | 5490d4f56688597dfcd6077bc7e0f5f0c9053ae4 (diff) |
Automated merge
Diffstat (limited to 'indra/newview/lltoastgroupnotifypanel.cpp')
-rw-r--r-- | indra/newview/lltoastgroupnotifypanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastgroupnotifypanel.cpp b/indra/newview/lltoastgroupnotifypanel.cpp index add61c00cf..0c0ee1cc41 100644 --- a/indra/newview/lltoastgroupnotifypanel.cpp +++ b/indra/newview/lltoastgroupnotifypanel.cpp @@ -133,7 +133,7 @@ LLToastGroupNotifyPanel::LLToastGroupNotifyPanel(LLNotificationPtr& notification childSetActionTextbox("attachment", boost::bind( &LLToastGroupNotifyPanel::onClickAttachment, this)); - LLUIImagePtr attachIconImg = get_item_icon(mInventoryOffer->mType, + LLUIImagePtr attachIconImg = LLInventoryIcon::getIcon(mInventoryOffer->mType, LLInventoryType::IT_TEXTURE, 0, FALSE); pAttachIcon->setValue(attachIconImg->getName()); |