diff options
author | Merov Linden <merov@lindenlab.com> | 2012-09-26 17:17:31 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-09-26 17:17:31 -0700 |
commit | c92a83fe01f2201361f2f3b9770308aac00093e8 (patch) | |
tree | ec199de8c835f8b1c7d5f61659b9707fa7d252c7 /indra/newview/llnearbychat.cpp | |
parent | 9e1ea5a1652528dead811dee8904ae8a6833d163 (diff) | |
parent | 976a2f5a442150ef89cff6b39450eabbca956d0f (diff) |
Pull merge from richard/viewer-chui
Diffstat (limited to 'indra/newview/llnearbychat.cpp')
-rw-r--r-- | indra/newview/llnearbychat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp index 71c4938ae9..75c691d99b 100644 --- a/indra/newview/llnearbychat.cpp +++ b/indra/newview/llnearbychat.cpp @@ -110,6 +110,7 @@ BOOL LLNearbyChat::postBuild() mInputEditor->setKeystrokeCallback(boost::bind(&onChatBoxKeystroke, _1, this)); mInputEditor->setFocusLostCallback(boost::bind(&onChatBoxFocusLost, _1, this)); mInputEditor->setFocusReceivedCallback(boost::bind(&LLNearbyChat::onChatBoxFocusReceived, this)); + mInputEditor->setLabel(LLTrans::getString("NearbyChatTitle")); // mOutputMonitor = getChild<LLOutputMonitorCtrl>("chat_zone_indicator"); // mOutputMonitor->setVisible(FALSE); |