diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2010-01-14 10:12:07 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-01-14 10:12:07 +0200 |
commit | a42ef84b9f18cfafc3ebeed1b37cd03e1e006dff (patch) | |
tree | e81a9302b646552a98966b7fe1e95ebc8f80c821 /indra/newview/llnearbychathandler.cpp | |
parent | c441f754c5fd62ca37b2eb37072c1e6e1af7cda9 (diff) |
fixed EXT-3732 “Remove "x other alerts" toast“,
removed overflow toast related functionality;
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnearbychathandler.cpp')
-rw-r--r-- | indra/newview/llnearbychathandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llnearbychathandler.cpp b/indra/newview/llnearbychathandler.cpp index 9e13a626b4..de4249a1dc 100644 --- a/indra/newview/llnearbychathandler.cpp +++ b/indra/newview/llnearbychathandler.cpp @@ -302,7 +302,6 @@ LLNearbyChatHandler::LLNearbyChatHandler(e_notification_type type, const LLSD& i channel->setCreatePanelCallback(callback); mChannel = LLChannelManager::getInstance()->addChannel(channel); - mChannel->setOverflowFormatString("You have %d unread nearby chat messages"); } LLNearbyChatHandler::~LLNearbyChatHandler() |