summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2010-03-17 14:06:03 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2010-03-17 14:06:03 +0200
commitf4e8d1dfb23060438f0c68952225d60722295d31 (patch)
tree12f6d27555da0477507dfce88a1f59d4dc454174 /indra/newview
parentb2cc39d462b33f5fdfed3e6a58dcf467f1b8da46 (diff)
Updated normal task EXT-5905 - Resolving offers.
Mistyped offer name. --HG-- branch : product-engine
Diffstat (limited to 'indra/newview')
-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 7d0fb4a46f..3b0708f705 100644
--- a/indra/newview/lltoastnotifypanel.cpp
+++ b/indra/newview/lltoastnotifypanel.cpp
@@ -430,7 +430,7 @@ button_name_set_t getButtonDisableList(const std::string& notification_name, con
{
search_map = teleport_offered_disable_map;
}
- else if("FriendshipOffered" == notification_name)
+ else if("OfferFriendship" == notification_name)
{
search_map = friendship_offered_disable_map;
}