summaryrefslogtreecommitdiff
path: root/indra/newview/llfirstuse.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-03-29 19:22:26 -0400
committerOz Linden <oz@lindenlab.com>2011-03-29 19:22:26 -0400
commitb595bbcf2af03b2a285c2df450379b670bddbfbc (patch)
tree121ab3e96f6e72d53c5a4f84d761f13e1996bbda /indra/newview/llfirstuse.cpp
parentfbd241da54ad6017825b59c5b0c71086d8b8957a (diff)
parent7cb4f2d87dc8619d8ad86cb82f6687f1a9821a69 (diff)
merge changes for storm-1019
Diffstat (limited to 'indra/newview/llfirstuse.cpp')
-rw-r--r--indra/newview/llfirstuse.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp
index e319418def..d63685e1af 100644
--- a/indra/newview/llfirstuse.cpp
+++ b/indra/newview/llfirstuse.cpp
@@ -78,6 +78,12 @@ void LLFirstUse::otherAvatarChatFirst(bool enable)
}
// static
+void LLFirstUse::speak(bool enable)
+{
+ firstUseNotification("FirstSpeak", enable, "HintSpeak", LLSD(), LLSD().with("target", "speak_btn").with("direction", "top"));
+}
+
+// static
void LLFirstUse::sit(bool enable)
{
firstUseNotification("FirstSit", enable, "HintSit", LLSD(), LLSD().with("target", "stand_btn").with("direction", "top"));