diff options
| author | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-06 15:48:27 +0200 |
|---|---|---|
| committer | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-06 15:48:27 +0200 |
| commit | 0c95cc78e56e9249df223dedd93e708d9f7698ab (patch) | |
| tree | b29326e4fa14b362c141cbd3dd84ec1012ceb0a3 /indra/newview/llimfloater.cpp | |
| parent | e4fdc0ba558ec8960796c9663c4a7e2ec92d8916 (diff) | |
No ticket fixed dropped functionaliti by prev commit
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimfloater.cpp')
| -rw-r--r-- | indra/newview/llimfloater.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index 720cea8b1a..83e1a333f7 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -235,7 +235,7 @@ BOOL LLIMFloater::postBuild() std::string session_name(LLIMModel::instance().getName(mSessionID)); - mInputEditor->setLabel(LLTrans::getString("IM_default_text_label")); + mInputEditor->setLabel(LLTrans::getString("IM_to_label") + " " + session_name); LLStringUtil::toUpper(session_name); setTitle(session_name); @@ -608,7 +608,7 @@ void LLIMFloater::processAgentListUpdates(const LLSD& body) if (moderator_muted_text) label = LLTrans::getString("IM_muted_text_label"); else - label = LLTrans::getString("IM_default_text_label"); + label = LLTrans::getString("IM_to_label") + " " + LLIMModel::instance().getName(mSessionID); mInputEditor->setLabel(label); } } |
