From 01c639c2614c9f2a598327ea201ccdc478d6137f Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Mon, 29 Dec 2014 16:52:51 -0500 Subject: [PATCH] Map all the people! --- indra/newview/llpanelavatar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llpanelavatar.cpp b/indra/newview/llpanelavatar.cpp index 71e1db7fd..983fe7e2a 100644 --- a/indra/newview/llpanelavatar.cpp +++ b/indra/newview/llpanelavatar.cpp @@ -1233,7 +1233,7 @@ void LLPanelAvatar::setOnlineStatus(EOnlineStatus online_status) mPanelSecondLife->childSetVisible("online_yes", online_status == ONLINE_STATUS_YES); LLView* offer_tp(getChildView("Offer Teleport...")); - LLView* map_stalk(getChildView("Find on map")); + LLView* map_stalk(getChildView("Find on Map")); // Since setOnlineStatus gets called after setAvatarID // need to make sure that "Offer Teleport" doesn't get set // to TRUE again for yourself