diff options
author | James Cook <james@lindenlab.com> | 2009-11-18 14:33:09 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-18 14:33:09 -0800 |
commit | 5649faf6d9202ba0b631262eee669fba926f010b (patch) | |
tree | 490b32d5ae2cd140ee0eb464431e95c062e16e0e /indra/newview/lltoastimpanel.cpp | |
parent | de23a4d92c02504fd512b2fdb151406d31ae03c0 (diff) | |
parent | 203490e2a0915c5ce59ccacba420388327f9143b (diff) |
merge
Diffstat (limited to 'indra/newview/lltoastimpanel.cpp')
-rw-r--r-- | indra/newview/lltoastimpanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastimpanel.cpp b/indra/newview/lltoastimpanel.cpp index d2cc6d0726..9040bdb41a 100644 --- a/indra/newview/lltoastimpanel.cpp +++ b/indra/newview/lltoastimpanel.cpp @@ -64,7 +64,7 @@ LLToastIMPanel::LLToastIMPanel(LLToastIMPanel::Params &p) : LLToastPanel(p.notif style_params.font.style ="ITALIC"; mMessage->appendText(p.from + " ", FALSE, style_params); - style_params.font.style = "UNDERLINE"; + style_params.font.style = "ITALIC"; mMessage->appendText(p.message.substr(3), FALSE, style_params); } else |