From 1804fce466ff242e63f995bc47178e1514c5a59d Mon Sep 17 00:00:00 2001 From: Yuri Chebotarev Date: Tue, 17 Nov 2009 13:52:16 +0200 Subject: fix4 normal task EXT-2521 Remove timestamp and fake voice indicator from nearby chat toasts --HG-- branch : product-engine --- indra/newview/llchatitemscontainerctrl.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/newview/llchatitemscontainerctrl.cpp') diff --git a/indra/newview/llchatitemscontainerctrl.cpp b/indra/newview/llchatitemscontainerctrl.cpp index d2e3247250..244c7b1794 100644 --- a/indra/newview/llchatitemscontainerctrl.cpp +++ b/indra/newview/llchatitemscontainerctrl.cpp @@ -171,9 +171,6 @@ void LLNearbyChatToastPanel::init(LLSD& notification) caption->getChild("sender_name", false)->setText(str_sender , style_params); - caption->getChild("msg_time", false)->setText(appendTime() , style_params ); - - LLChatMsgBox* msg_text = getChild("msg_text", false); msg_text->setText(mText, style_params); -- cgit v1.2.3