diff options
Diffstat (limited to 'indra/newview/llstylemap.cpp')
-rw-r--r-- | indra/newview/llstylemap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstylemap.cpp b/indra/newview/llstylemap.cpp index bff23590d3..3190726be1 100644 --- a/indra/newview/llstylemap.cpp +++ b/indra/newview/llstylemap.cpp @@ -61,7 +61,7 @@ const LLStyleSP &LLStyleMap::lookup(const LLUUID &source) LLStyleSP style(new LLStyle); style->setVisible(true); style->setFontName(LLStringUtil::null); - if (source != gAgent.getID() && source != LLUUID::null) + if (source != LLUUID::null) { style->setColor(gSavedSettings.getColor4("HTMLLinkColor")); std::string link = llformat("secondlife:///app/agent/%s/about",source.asString().c_str()); |