From 776d63b128bebb7dd5cd8f25a2d7352b69d2deec Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Mon, 8 Apr 2013 13:23:08 +0300 Subject: CHUI-914 FIXED Restore previous text after gestures were triggered. --- indra/newview/llfloaterimnearbychat.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra') diff --git a/indra/newview/llfloaterimnearbychat.cpp b/indra/newview/llfloaterimnearbychat.cpp index 49f36a2f32..266b5b20ee 100644 --- a/indra/newview/llfloaterimnearbychat.cpp +++ b/indra/newview/llfloaterimnearbychat.cpp @@ -582,6 +582,7 @@ void LLFloaterIMNearbyChat::sendChat( EChatType type ) if (!utf8_revised_text.empty()) { // Chat with animation + utf8_revised_text = utf8text; sendChatFromViewer(utf8_revised_text, type, TRUE); } } -- cgit v1.2.3