aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llimpanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llimpanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llimpanel.cpp b/linden/indra/newview/llimpanel.cpp
index 41727f2..d1e6139 100644
--- a/linden/indra/newview/llimpanel.cpp
+++ b/linden/indra/newview/llimpanel.cpp
@@ -1595,7 +1595,7 @@ void LLFloaterIMPanel::addHistoryLine(const std::string &utf8msg, const LLColor4
1595 // 'name' is a sender name that we want to hotlink so that clicking on it opens a profile. 1595 // 'name' is a sender name that we want to hotlink so that clicking on it opens a profile.
1596 if (!name.empty()) // If name exists, then add it to the front of the message. 1596 if (!name.empty()) // If name exists, then add it to the front of the message.
1597 { 1597 {
1598 // Don't hotlink any messages from the system (e.g. "Second Life:"), so just add those in plain text. 1598 // Don't hotlink any messages from the system, so just add those in plain text.
1599 if (name == SYSTEM_FROM) 1599 if (name == SYSTEM_FROM)
1600 { 1600 {
1601 mHistoryEditor->appendColoredText(name,false,prepend_newline,color); 1601 mHistoryEditor->appendColoredText(name,false,prepend_newline,color);