diff options
author | angela <angela@lindenlab.com> | 2009-11-23 17:33:03 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2009-11-23 17:33:03 +0800 |
commit | dd9b1f819de025f1a6caa37cfbd4fd3394f9fa9e (patch) | |
tree | 9764e0e1878e7930c4cf871d5f8c868a37de4e9f /indra/newview/llchathistory.cpp | |
parent | e367e2efc23321d94ec4a4ae0264f885b4f0333b (diff) |
EXT-2297 Functionality Loss - Ability to copy (control+c) residents name from their profile & local chat
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r-- | indra/newview/llchathistory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index 4ce3b50ed5..a95234099c 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -34,6 +34,7 @@ #include "llchathistory.h" #include "llpanel.h" #include "lltextbox.h" +#include "lltexteditor.h" #include "lluictrlfactory.h" #include "llscrollcontainer.h" #include "llavatariconctrl.h" @@ -185,7 +186,7 @@ public: mSourceType = CHAT_SOURCE_SYSTEM; } - LLTextBox* userName = getChild<LLTextBox>("user_name"); + LLTextEditor* userName = getChild<LLTextEditor>("user_name"); LLUIColor color = style_params.color; userName->setReadOnlyColor(color); |