summaryrefslogtreecommitdiff
path: root/indra/newview/llchatitemscontainerctrl.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-18 14:29:01 -0800
committerJames Cook <james@lindenlab.com>2009-11-18 14:29:01 -0800
commit203490e2a0915c5ce59ccacba420388327f9143b (patch)
tree3cad820c81082c696d487d8c2bb4a040c4379899 /indra/newview/llchatitemscontainerctrl.cpp
parenta46794bcff15b70ab4e5e04ce12d118579b72245 (diff)
Change /me emote formatting to pure italics, not underlined.
Review pending with Richard/Leyla
Diffstat (limited to 'indra/newview/llchatitemscontainerctrl.cpp')
-rw-r--r--indra/newview/llchatitemscontainerctrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchatitemscontainerctrl.cpp b/indra/newview/llchatitemscontainerctrl.cpp
index 56b7520bd5..8a6935b71b 100644
--- a/indra/newview/llchatitemscontainerctrl.cpp
+++ b/indra/newview/llchatitemscontainerctrl.cpp
@@ -187,7 +187,7 @@ void LLNearbyChatToastPanel::init(LLSD& notification)
msg_text->setText(mFromName, style_params);
}
mText = mText.substr(3);
- style_params.font.style = "UNDERLINE";
+ style_params.font.style = "ITALIC";
#define INFINITE_REFLOW_BUG 0
#if INFINITE_REFLOW_BUG
// This causes LLTextBase::reflow() to infinite loop until the viewer