summaryrefslogtreecommitdiff
path: root/indra/llui/llchatentry.cpp
diff options
context:
space:
mode:
authorPaul ProductEngine <pguslisty@productengine.com>2012-06-22 16:56:33 +0300
committerPaul ProductEngine <pguslisty@productengine.com>2012-06-22 16:56:33 +0300
commit91be3bf3019581b74a3515c1081aef883c0658fa (patch)
tree223caeec79d17c5c50f60895ff5fe9fd247f41b8 /indra/llui/llchatentry.cpp
parent6bb554fc3661d3b8b1284db96bb7c7b0934df621 (diff)
CHUI-161 FIXED (Text entered in local chat is not visible to other users nearby)
- Applied Merov's fix. The problem was that text_editor was registered twice and, depending of the machine you ran, the viewer would pick one or the other. Mac users were unlucky enough to pick the wrong one all the time.
Diffstat (limited to 'indra/llui/llchatentry.cpp')
-rw-r--r--indra/llui/llchatentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llchatentry.cpp b/indra/llui/llchatentry.cpp
index 1da7900f59..dea8ff9bb2 100644
--- a/indra/llui/llchatentry.cpp
+++ b/indra/llui/llchatentry.cpp
@@ -28,7 +28,7 @@
#include "llchatentry.h"
-static LLDefaultChildRegistry::Register<LLChatEntry> r("text_editor");
+static LLDefaultChildRegistry::Register<LLChatEntry> r("chat_editor");
LLChatEntry::Params::Params()
: has_history("has_history", true),