summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-08-01 20:53:27 -0700
committerMerov Linden <merov@lindenlab.com>2013-08-01 20:53:27 -0700
commit7bcda3a511f47a465cb8e22eb3c36e1e82d19f17 (patch)
treeae3920c2d5d829b7278a69010b73f6152a02ed13 /indra/newview/llfacebookconnect.cpp
parent12bbf0e92251818c397bc4e33a26395b3ad98175 (diff)
ACME-785 : Use a specific notifytip message (without the OK button) for fbc success notification
Diffstat (limited to 'indra/newview/llfacebookconnect.cpp')
-rw-r--r--indra/newview/llfacebookconnect.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}
///////////////////////////////////////////////////////////////////////////////