summaryrefslogtreecommitdiff
path: root/indra/newview/llfirstuse.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-10-21 17:14:25 -0700
committerRichard Linden <none@none>2010-10-21 17:14:25 -0700
commit50e77faaf784d970d80d6463e7e2dbcf73d194d8 (patch)
treea799c2692279ce2af17bd3ec63fd5cc573438ceb /indra/newview/llfirstuse.cpp
parenta0e3c4380d3cbfbb5e0589d081a7068c1525ebce (diff)
parente638204dc2d8b409f17f7cdf8938deb97d137dbc (diff)
merge
Diffstat (limited to 'indra/newview/llfirstuse.cpp')
-rw-r--r--indra/newview/llfirstuse.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp
index 5d6197c688..e12a8c2528 100644
--- a/indra/newview/llfirstuse.cpp
+++ b/indra/newview/llfirstuse.cpp
@@ -103,6 +103,13 @@ void LLFirstUse::notUsingDestinationGuide(bool enable)
firstUseNotification("FirstNotUseDestinationGuide", enable, "HintDestinationGuide", LLSD(), LLSD().with("target", "dest_guide_btn").with("direction", "top"));
}
+void LLFirstUse::notUsingAvatarPicker(bool enable)
+{
+ // not doing this yet
+ firstUseNotification("FirstNotUseAvatarPicker", enable, "HintAvatarPicker", LLSD(), LLSD().with("target", "avatar_picker_btn").with("direction", "top"));
+}
+
+
// static
void LLFirstUse::notUsingSidePanel(bool enable)
{