summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastnotifypanel.cpp
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-06-08 18:28:19 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-06-08 18:28:19 -0700
commit68c3d1bb2ef19550d1549342b4bd597938c473b7 (patch)
tree7b8ef6a0e2bb35ff738bcb1b3e308f00a8470e1a /indra/newview/lltoastnotifypanel.cpp
parent9aeae2a87e79a8e612fa052a5db2866489cb6fae (diff)
EXP-1953: First pass at implementing the maturity flow during a teleport via lure.
Diffstat (limited to 'indra/newview/lltoastnotifypanel.cpp')
-rw-r--r--indra/newview/lltoastnotifypanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp
index a8060649ba..4e7444311a 100644
--- a/indra/newview/lltoastnotifypanel.cpp
+++ b/indra/newview/lltoastnotifypanel.cpp
@@ -457,7 +457,7 @@ button_name_set_t getButtonDisableList(const std::string& notification_name, con
{
search_map = user_give_item_disable_map;
}
- else if("TeleportOffered" == notification_name)
+ else if(("TeleportOffered" == notification_name) || ("TeleportOffered_MaturityExceeded" == notification_name))
{
search_map = teleport_offered_disable_map;
}