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/llcommon/llchat.h | |
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/llcommon/llchat.h')
-rw-r--r-- | indra/llcommon/llchat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcommon/llchat.h b/indra/llcommon/llchat.h index a77bd211f3..52238d4533 100644 --- a/indra/llcommon/llchat.h +++ b/indra/llcommon/llchat.h @@ -68,7 +68,8 @@ typedef enum e_chat_audible_level typedef enum e_chat_style { CHAT_STYLE_NORMAL, - CHAT_STYLE_IRC + CHAT_STYLE_IRC, + CHAT_STYLE_HISTORY }EChatStyle; // A piece of chat |