diff options
author | Ansariel <none@none> | 2013-02-22 11:19:51 +0100 |
---|---|---|
committer | Ansariel <none@none> | 2013-02-22 11:19:51 +0100 |
commit | 2474385a2a447a9e9d05bb170c6f7a4be8d43249 (patch) | |
tree | bcb552dc53b9c435457d6f6c3dc042567e63a887 /indra/newview/llfloaterimnearbychat.cpp | |
parent | f79f9f111b0db67cacfe9bbe453737f3979b3ba9 (diff) |
STORM-1931: Added option to disable chat animations (say/whisper/shout)
Diffstat (limited to 'indra/newview/llfloaterimnearbychat.cpp')
-rw-r--r-- | indra/newview/llfloaterimnearbychat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimnearbychat.cpp b/indra/newview/llfloaterimnearbychat.cpp index 430326203f..c0a2c2e13f 100644 --- a/indra/newview/llfloaterimnearbychat.cpp +++ b/indra/newview/llfloaterimnearbychat.cpp @@ -511,7 +511,7 @@ void LLFloaterIMNearbyChat::sendChat( EChatType type ) if (!utf8_revised_text.empty()) { // Chat with animation - sendChatFromViewer(utf8_revised_text, type, TRUE); + sendChatFromViewer(utf8_revised_text, type, gSavedSettings.getBOOL("PlayChatAnim")); } } |