aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llgroupnotify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llgroupnotify.cpp')
-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);