diff options
author | Eli Linden <eli@lindenlab.com> | 2010-05-11 17:21:29 -0700 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-05-11 17:21:29 -0700 |
commit | 45dcce5fdcfe09a19870f44c6667c63b48b10cee (patch) | |
tree | 7d2cd8b6824af5036618429e795742cff374a489 /indra/newview/lltoastgroupnotifypanel.cpp | |
parent | 42b9c4644d7b6a8bf32871f849cef6ae73e1320f (diff) | |
parent | cec79c7ae133b91288fc4e58329d82cd2463efd5 (diff) |
Merge
Diffstat (limited to 'indra/newview/lltoastgroupnotifypanel.cpp')
-rw-r--r-- | indra/newview/lltoastgroupnotifypanel.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/lltoastgroupnotifypanel.cpp b/indra/newview/lltoastgroupnotifypanel.cpp index 0c0ee1cc41..7eac3867d5 100644 --- a/indra/newview/lltoastgroupnotifypanel.cpp +++ b/indra/newview/lltoastgroupnotifypanel.cpp @@ -134,8 +134,7 @@ LLToastGroupNotifyPanel::LLToastGroupNotifyPanel(LLNotificationPtr& notification &LLToastGroupNotifyPanel::onClickAttachment, this)); LLUIImagePtr attachIconImg = LLInventoryIcon::getIcon(mInventoryOffer->mType, - LLInventoryType::IT_TEXTURE, - 0, FALSE); + LLInventoryType::IT_TEXTURE); pAttachIcon->setValue(attachIconImg->getName()); } |