diff options
author | Merov Linden <merov@lindenlab.com> | 2012-09-10 10:48:45 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-09-10 10:48:45 -0700 |
commit | 5b72a2d7fb917ed6d60ea27873077dca728a9e71 (patch) | |
tree | bc4a2147773faee64a971910cc77fa4b4ee8432b /indra/newview/llnotificationhandlerutil.cpp | |
parent | 4869e0c269deafa44874a0110cc1f06bdc310407 (diff) | |
parent | d79037017e3a1627be848b9162f28ae16fcb6004 (diff) |
Pull merge from richard/viewer-chui
Diffstat (limited to 'indra/newview/llnotificationhandlerutil.cpp')
-rw-r--r-- | indra/newview/llnotificationhandlerutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationhandlerutil.cpp b/indra/newview/llnotificationhandlerutil.cpp index 2484040ac4..9fd73746e8 100644 --- a/indra/newview/llnotificationhandlerutil.cpp +++ b/indra/newview/llnotificationhandlerutil.cpp @@ -181,7 +181,7 @@ void LLHandlerUtil::logGroupNoticeToIMGroup( // static void LLHandlerUtil::logToNearbyChat(const LLNotificationPtr& notification, EChatSourceType type) { - LLNearbyChat* nearby_chat = LLFloaterReg::getTypedInstance<LLNearbyChat>("nearby_chat"); + LLNearbyChat* nearby_chat = LLFloaterReg::findTypedInstance<LLNearbyChat>("nearby_chat"); if (nearby_chat) { LLChat chat_msg(notification->getMessage()); |