aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-10-16 16:16:10 -0700
committerMcCabe Maxsted2010-10-16 17:33:03 -0700
commit3893476d987cf2747ccb43dc41730404156674ca (patch)
treedafacd1edee8551d9dbbcdb9a4751b19fc5e764e
parentDon't dump callstacks at clean exit of viewer. (diff)
downloadmeta-impy-3893476d987cf2747ccb43dc41730404156674ca.zip
meta-impy-3893476d987cf2747ccb43dc41730404156674ca.tar.gz
meta-impy-3893476d987cf2747ccb43dc41730404156674ca.tar.bz2
meta-impy-3893476d987cf2747ccb43dc41730404156674ca.tar.xz
#77: Make URLs in group notices clickable
-rw-r--r--linden/indra/newview/llgroupnotify.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llgroupnotify.cpp b/linden/indra/newview/llgroupnotify.cpp
index 1b00dfb..8e98cbc 100644
--- a/linden/indra/newview/llgroupnotify.cpp
+++ b/linden/indra/newview/llgroupnotify.cpp
@@ -196,6 +196,7 @@ LLGroupNotifyBox::LLGroupNotifyBox(const std::string& subject,
196 // Sadly, our LLTextEditor can't handle both styled and unstyled text 196 // Sadly, our LLTextEditor can't handle both styled and unstyled text
197 // at the same time. Hence this space must be styled. JC 197 // at the same time. Hence this space must be styled. JC
198 text->appendColoredText(std::string(" "),false,false,LLColor4::grey4); 198 text->appendColoredText(std::string(" "),false,false,LLColor4::grey4);
199 text->setParseHTML(TRUE);
199 text->appendColoredText(std::string("\n\n") + message,false,false,LLColor4::grey4); 200 text->appendColoredText(std::string("\n\n") + message,false,false,LLColor4::grey4);
200 201
201 LLColor4 semi_transparent(1.0f,1.0f,1.0f,0.8f); 202 LLColor4 semi_transparent(1.0f,1.0f,1.0f,0.8f);