diff options
author | James Cook <james@lindenlab.com> | 2009-11-18 14:29:01 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-18 14:29:01 -0800 |
commit | 203490e2a0915c5ce59ccacba420388327f9143b (patch) | |
tree | 3cad820c81082c696d487d8c2bb4a040c4379899 /indra/newview/llnearbychat.cpp | |
parent | a46794bcff15b70ab4e5e04ce12d118579b72245 (diff) |
Change /me emote formatting to pure italics, not underlined.
Review pending with Richard/Leyla
Diffstat (limited to 'indra/newview/llnearbychat.cpp')
-rw-r--r-- | indra/newview/llnearbychat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp index 16a47890c3..1f984e3af8 100644 --- a/indra/newview/llnearbychat.cpp +++ b/indra/newview/llnearbychat.cpp @@ -177,7 +177,7 @@ void LLNearbyChat::addMessage(const LLChat& chat) } message = message.substr(3); - append_style_params.font.style = "UNDERLINE"; + append_style_params.font.style = "ITALIC"; mChatHistory->appendText(message, FALSE, append_style_params); } else |