diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2009-12-07 18:03:43 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2009-12-07 18:03:43 +0200 |
commit | 8cd690bc1f754ec66ebd175c2bbb6d2763825969 (patch) | |
tree | 97c288f487659641d8465f6484699e1b40a22f98 /indra | |
parent | d252d1d57d46fff622f24ff6919aedf0d3461eb9 (diff) |
Fixed normal bug EXT - 3074 (Resident name tabs in IM window should not be capitalized)
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llimfloater.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index 9de0b1f827..2bc07d0c27 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -237,7 +237,6 @@ BOOL LLIMFloater::postBuild() mInputEditor->setLabel(LLTrans::getString("IM_to_label") + " " + session_name); - LLStringUtil::toUpper(session_name); setTitle(session_name); childSetCommitCallback("chat_editor", onSendMsg, this); |