aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llimpanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llimpanel.cpp')
-rw-r--r--linden/indra/newview/llimpanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llimpanel.cpp b/linden/indra/newview/llimpanel.cpp
index d9e822f..41727f2 100644
--- a/linden/indra/newview/llimpanel.cpp
+++ b/linden/indra/newview/llimpanel.cpp
@@ -2202,8 +2202,8 @@ void LLFloaterIMPanel::sendMsg()
2202 2202
2203 LLViewerStats::getInstance()->incStat(LLViewerStats::ST_IM_COUNT); 2203 LLViewerStats::getInstance()->incStat(LLViewerStats::ST_IM_COUNT);
2204 2204
2205 mInputEditor->setText(LLStringUtil::null);
2205 } 2206 }
2206 mInputEditor->setText(LLStringUtil::null);
2207 2207
2208 // Don't need to actually send the typing stop message, the other 2208 // Don't need to actually send the typing stop message, the other
2209 // client will infer it from receiving the message. 2209 // client will infer it from receiving the message.