summaryrefslogtreecommitdiff
path: root/indra/newview/llfirstuse.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-10-07 15:01:19 -0700
committerRichard Linden <none@none>2010-10-07 15:01:19 -0700
commit44366841d35d2b2a78e18f5e6f60fe5328263be7 (patch)
tree4df58ca89126c9aefe18793c46ce9ad439fc78b7 /indra/newview/llfirstuse.cpp
parentc154e4b794489ff876b60b9ccfcb72ec1836cea2 (diff)
parent49392504d95abbb2518479baa969c2963bd73adf (diff)
merge
Diffstat (limited to 'indra/newview/llfirstuse.cpp')
-rw-r--r--indra/newview/llfirstuse.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfirstuse.cpp b/indra/newview/llfirstuse.cpp
index 4d6302596b..b757f25d5e 100644
--- a/indra/newview/llfirstuse.cpp
+++ b/indra/newview/llfirstuse.cpp
@@ -113,7 +113,8 @@ void LLFirstUse::notUsingSidePanel(bool enable)
// static
void LLFirstUse::notMoving(bool enable)
{
- //firstUseNotification("FirstNotMoving", enable, "HintMove", LLSD(), LLSD().with("target", "move_btn").with("direction", "top"));
+ // fire off 2 notifications and rely on filtering to select the relevant one
+ firstUseNotification("FirstNotMoving", enable, "HintMove", LLSD(), LLSD().with("target", "move_btn").with("direction", "top"));
firstUseNotification("FirstNotMoving", enable, "HintMoveArrows", LLSD(), LLSD().with("hint_image", "arrow_keys.png"));
}