From 667ca55bad0108c4bdf8f007b89e1a52fc766aad Mon Sep 17 00:00:00 2001 From: Kent Quirk Date: Mon, 5 Jan 2009 18:59:12 +0000 Subject: svn merge -r106715:HEAD svn+ssh://svn.lindenlab.com/svn/linden/branches/q/notifications-merge-r106715 . QAR-1149 -- Final merge of notifications to trunk. --- indra/newview/llgesturemgr.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indra/newview/llgesturemgr.cpp') diff --git a/indra/newview/llgesturemgr.cpp b/indra/newview/llgesturemgr.cpp index a25b1daebf..eba295531a 100644 --- a/indra/newview/llgesturemgr.cpp +++ b/indra/newview/llgesturemgr.cpp @@ -952,9 +952,9 @@ void LLGestureManager::onLoadComplete(LLVFS *vfs, && gGestureManager.mDeactivateSimilarNames.length() > 0) { // we're done with this set of deactivations - LLStringUtil::format_map_t args; - args["[NAMES]"] = gGestureManager.mDeactivateSimilarNames; - LLNotifyBox::showXml("DeactivatedGesturesTrigger", args); + LLSD args; + args["NAMES"] = gGestureManager.mDeactivateSimilarNames; + LLNotifications::instance().add("DeactivatedGesturesTrigger", args); } } -- cgit v1.2.3