summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-03-03 16:42:05 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2010-03-03 16:42:05 +0200
commitdbdf02cc0de51e1a7779b68f4f515cc67035335e (patch)
tree0927a7bd5cad5e5b2b0dad8ee113e3de386b08a0 /indra
parentf75f19be93417081f45438e3c2106bedf201fa8d (diff)
Additional commit for EXT-4574 ([BSI] Unhelpful tooltip for Partner and Group links in Profile).
Fixed tooltip for agent SLURLs. --HG-- branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/llurlentry.cpp1
1 files changed, 1 insertions, 0 deletions
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");
}