diff options
| -rw-r--r-- | indra/llui/lltextbase.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 1b83ee401c..8f628b4818 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -168,7 +168,7 @@ LLTextBase::Params::Params()  	trusted_content("trusted_content", true),  	always_show_icons("always_show_icons", false),  	use_ellipses("use_ellipses", false), -	use_color("use_color", false), +	use_color("use_color", true),  	parse_urls("parse_urls", false),  	force_urls_external("force_urls_external", false),  	parse_highlights("parse_highlights", false) | 
