summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastimpanel.h
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-04-04 16:12:29 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-04-04 16:12:29 +0300
commitc081d4e249487031c3dd9028f6d0450cba5776a7 (patch)
tree3160c288932fdf58181e4e7bae96e33d992d7e36 /indra/newview/lltoastimpanel.h
parentb9a96474e35790ee8e5c4f2f479d90ce0466d1d4 (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.h2
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_