diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2012-09-06 23:08:10 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-09-06 23:08:10 +0300 |
commit | 1a913365b594de81de56896a9fbdfd6d8c4f21e0 (patch) | |
tree | 8c354b08d0ddd14efe22f5d9af0859a2d6ea2ba9 /indra/newview/skins/default | |
parent | ae2e611dfb7b712c159ebafabb83ebbc1f7465b6 (diff) |
CHUI-319 FIXED ("User has said something new" text shown when navigating chat history with More History button)
- Added flag to chat history whether to show notification about unread messages or not
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_conversation_preview.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_conversation_preview.xml b/indra/newview/skins/default/xui/en/floater_conversation_preview.xml index c837a0ee57..28ba03ebe9 100644 --- a/indra/newview/skins/default/xui/en/floater_conversation_preview.xml +++ b/indra/newview/skins/default/xui/en/floater_conversation_preview.xml @@ -45,6 +45,7 @@ visible="true" height="310" name="chat_history" + notify_unread_msg="false" parse_highlights="true" parse_urls="true" left="5" |