From 7bcda3a511f47a465cb8e22eb3c36e1e82d19f17 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Thu, 1 Aug 2013 20:53:27 -0700 Subject: ACME-785 : Use a specific notifytip message (without the OK button) for fbc success notification --- indra/newview/llfacebookconnect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llfacebookconnect.cpp') diff --git a/indra/newview/llfacebookconnect.cpp b/indra/newview/llfacebookconnect.cpp index a7b7224d28..0179b3f6b1 100644 --- a/indra/newview/llfacebookconnect.cpp +++ b/indra/newview/llfacebookconnect.cpp @@ -61,7 +61,7 @@ void toast_user_for_success() { LLSD args; args["MESSAGE"] = LLTrans::getString("facebook_post_success"); - LLNotificationsUtil::add("SystemMessage", args); + LLNotificationsUtil::add("FacebookConnect", args); } /////////////////////////////////////////////////////////////////////////////// -- cgit v1.3