summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-11-24 14:02:35 -0800
committerMerov Linden <merov@lindenlab.com>2010-11-24 14:02:35 -0800
commit12e4bdd4d6fd72c5248db3f0fd36bd19ca9b8182 (patch)
tree4a2af09b8e252a1be94283879c5f5d8361d336c1
parent3d9c05f33919a4c1c5a82ca4a28597ee36c7599f (diff)
parentc1bea989c78ca5c4844eafe5d0f8ecdd77c69995 (diff)
STORM-479 : pull to viewer-development
-rw-r--r--indra/newview/llpanelteleporthistory.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llpanelteleporthistory.cpp b/indra/newview/llpanelteleporthistory.cpp
index fff8ccb912..9b35e78134 100644
--- a/indra/newview/llpanelteleporthistory.cpp
+++ b/indra/newview/llpanelteleporthistory.cpp
@@ -181,9 +181,11 @@ void LLTeleportHistoryFlatItem::setRegionName(const std::string& name)
void LLTeleportHistoryFlatItem::updateTitle()
{
+ static LLUIColor sFgColor = LLUIColorTable::instance().getColor("MenuItemEnabledColor", LLColor4U(255, 255, 255));
+
LLTextUtil::textboxSetHighlightedVal(
mTitle,
- LLStyle::Params(),
+ LLStyle::Params().color(sFgColor),
mRegionName,
mHighlight);
}