From dbdf02cc0de51e1a7779b68f4f515cc67035335e Mon Sep 17 00:00:00 2001 From: Vadim Savchuk Date: Wed, 3 Mar 2010 16:42:05 +0200 Subject: Additional commit for EXT-4574 ([BSI] Unhelpful tooltip for Partner and Group links in Profile). Fixed tooltip for agent SLURLs. --HG-- branch : product-engine --- indra/llui/llurlentry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp index 2d0a156654..35428e4227 100644 --- a/indra/llui/llurlentry.cpp +++ b/indra/llui/llurlentry.cpp @@ -310,6 +310,7 @@ LLUrlEntryAgent::LLUrlEntryAgent() boost::regex::perl|boost::regex::icase); mMenuName = "menu_url_agent.xml"; mIcon = "Generic_Person"; + mTooltip = LLTrans::getString("TooltipAgentUrl"); mColor = LLUIColorTable::instance().getColor("AgentLinkColor"); } -- cgit v1.2.3