diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-03 19:11:44 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-03 19:11:44 +0200 |
commit | 677f51378e1afc338e92770e56905fe0ff184bc2 (patch) | |
tree | a8e987c5c22aa3225609b7ad6b5b4cec35cb55de /indra/newview/lltoastimpanel.h | |
parent | 7b365fd29655919fb8291df47500b112d61b28dc (diff) |
Fixed normal bug EXT-2124 - [BSI] New notifications of group chat messages do not identify the destination group chat of message
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/lltoastimpanel.h')
-rw-r--r-- | indra/newview/lltoastimpanel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/lltoastimpanel.h b/indra/newview/lltoastimpanel.h index 444c0af144..cf4ad80637 100644 --- a/indra/newview/lltoastimpanel.h +++ b/indra/newview/lltoastimpanel.h @@ -66,6 +66,8 @@ private: void spawnNameToolTip(); void spawnGroupIconToolTip(); + void initIcon(); + static const S32 DEFAULT_MESSAGE_MAX_LINE_COUNT; LLNotificationPtr mNotification; @@ -73,6 +75,7 @@ private: LLUUID mAvatarID; LLAvatarIconCtrl* mAvatarIcon; LLGroupIconCtrl* mGroupIcon; + LLAvatarIconCtrl* mAdhocIcon; LLTextBox* mAvatarName; LLTextBox* mTime; LLTextBox* mMessage; |