summaryrefslogtreecommitdiff
path: root/indra/newview/llfirstuse.cpp
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2011-03-16 18:32:28 -0400
committerJonathan Yap <none@none>2011-03-16 18:32:28 -0400
commitd9015a836f59c228818dc85e37ef4807b2d1b181 (patch)
treee7edc9a1eb549453613e7bc161a0b98ac46e22d7 /indra/newview/llfirstuse.cpp
parent2c0f97ea392e770cc459b7b7974e9adad2249c87 (diff)
STORM-1077 Change "Voice Enabled/Disabled" to "Speak Button"
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 4d252dc662..dd6d7f1b33 100644
--- a/indra/newview/llfirstuse.cpp
+++ b/indra/newview/llfirstuse.cpp
@@ -79,6 +79,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"));