diff -r 580ef56f84bd -r b6377d4dc7bc doc/contributions.txt --- a/doc/contributions.txt Wed Mar 23 11:40:02 2011 -0700 +++ b/doc/contributions.txt Thu Mar 24 09:19:47 2011 +0100 @@ -434,6 +434,8 @@ Kunnis Basiat VWR-82 VWR-102 +Lance Corrimal + STORM-323 Latif Khalifa VWR-5370 Lisa Lowe diff -r 580ef56f84bd -r b6377d4dc7bc indra/newview/llviewermessage.cpp --- a/indra/newview/llviewermessage.cpp Wed Mar 23 11:40:02 2011 -0700 +++ b/indra/newview/llviewermessage.cpp Thu Mar 24 09:19:47 2011 +0100 @@ -1502,7 +1502,7 @@ log_message = chatHistory_string + " " + LLTrans::getString("InvOfferGaveYou") + " " + mDesc + LLTrans::getString("."); LLSD args; args["MESSAGE"] = log_message; - LLNotificationsUtil::add("SystemMessage", args); + LLNotificationsUtil::add("SystemMessageTip", args); } break; @@ -1676,7 +1676,7 @@ log_message = chatHistory_string + " " + LLTrans::getString("InvOfferGaveYou") + " " + mDesc + LLTrans::getString("."); LLSD args; args["MESSAGE"] = log_message; - LLNotificationsUtil::add("SystemMessage", args); + LLNotificationsUtil::add("SystemMessageTip", args); } // we will want to open this item when it comes back. @@ -1727,7 +1727,7 @@ LLSD args; args["MESSAGE"] = log_message; - LLNotificationsUtil::add("SystemMessage", args); + LLNotificationsUtil::add("SystemMessageTip", args); } if (busy && (!mFromGroup && !mFromObject))