Skip to content
Snippets Groups Projects
Commit 6af32022 authored by Merov Linden's avatar Merov Linden
Browse files

STORM-578 : Pull into viewer-development

parents 3e82ab0c c389577a
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,8 @@ void LLNearbyChatToastPanel::init(LLSD& notification)
href = LLSLURL("object", mFromID, "inspect").getSLURLString();
}
style_params_name.color(textColor);
LLColor4 user_name_color = LLUIColorTable::instance().getColor("HTMLLinkColor");
style_params_name.color(user_name_color);
std::string font_name = LLFontGL::nameFromFont(messageFont);
std::string font_style_size = LLFontGL::sizeFromFont(messageFont);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment