diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-04-04 16:12:29 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-04-04 16:12:29 +0300 |
commit | c081d4e249487031c3dd9028f6d0450cba5776a7 (patch) | |
tree | 3160c288932fdf58181e4e7bae96e33d992d7e36 /indra/newview/lltoastimpanel.h | |
parent | b9a96474e35790ee8e5c4f2f479d90ce0466d1d4 (diff) |
СHUI-818 FIXED For group toasts: show name of the group in Titlebar; add [From User_DisplayName] before text of the message.
Diffstat (limited to 'indra/newview/lltoastimpanel.h')
-rw-r--r-- | indra/newview/lltoastimpanel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltoastimpanel.h b/indra/newview/lltoastimpanel.h index 3eb11fb3bc..767617dabc 100644 --- a/indra/newview/lltoastimpanel.h +++ b/indra/newview/lltoastimpanel.h @@ -73,6 +73,8 @@ private: LLTextBox* mAvatarName; LLTextBox* mTime; LLTextBox* mMessage; + + bool mIsGroupMsg; }; #endif // LLTOASTIMPANEL_H_ |