diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llgroupnotify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llgroupnotify.cpp b/linden/indra/newview/llgroupnotify.cpp index 8e98cbc..81e6c21 100644 --- a/linden/indra/newview/llgroupnotify.cpp +++ b/linden/indra/newview/llgroupnotify.cpp | |||
@@ -186,7 +186,7 @@ LLGroupNotifyBox::LLGroupNotifyBox(const std::string& subject, | |||
186 | LLFontGL::getFontSansSerif(), | 186 | LLFontGL::getFontSansSerif(), |
187 | FALSE); | 187 | FALSE); |
188 | 188 | ||
189 | static const LLStyleSP headerstyle(new LLStyle(true,LLColor4::black,"SansSerifBig")); | 189 | static const LLStyleSP headerstyle(new LLStyle(true,LLColor4::black,"SansSerifLarge")); |
190 | static const LLStyleSP datestyle(new LLStyle(true,LLColor4::black,"serif")); | 190 | static const LLStyleSP datestyle(new LLStyle(true,LLColor4::black,"serif")); |
191 | 191 | ||
192 | text->appendStyledText(subject + "\n",false,false,headerstyle); | 192 | text->appendStyledText(subject + "\n",false,false,headerstyle); |