From 8cd690bc1f754ec66ebd175c2bbb6d2763825969 Mon Sep 17 00:00:00 2001 From: Paul Guslisty Date: Mon, 7 Dec 2009 18:03:43 +0200 Subject: Fixed normal bug EXT - 3074 (Resident name tabs in IM window should not be capitalized) --HG-- branch : product-engine --- indra/newview/llimfloater.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra') 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); -- cgit v1.2.3