diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-19 13:36:47 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-19 13:36:47 +0200 |
commit | 10c5f2f080b47561db2b1f9a2f063ad8dcc175b9 (patch) | |
tree | 9456200b7c607b40ad51e512742031f2b0707797 /indra/newview/llnearbychat.cpp | |
parent | 36f8239fe1ed4b9de6dd8221bc12fd766e531436 (diff) |
Implemented low task EXT-5215 (Disable showing full yyyy/mm/dd timestamp for messages (nearby chat/im) received today)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnearbychat.cpp')
-rw-r--r-- | indra/newview/llnearbychat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp index 8fc11d3929..16384ef6e0 100644 --- a/indra/newview/llnearbychat.cpp +++ b/indra/newview/llnearbychat.cpp @@ -303,6 +303,7 @@ void LLNearbyChat::loadHistory() chat.mFromID = from_id; chat.mText = msg[IM_TEXT].asString(); chat.mTimeStr = msg[IM_TIME].asString(); + chat.mChatStyle = CHAT_STYLE_HISTORY; addMessage(chat, true, do_not_log); it++; |