aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterchat.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterchat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterchat.cpp b/linden/indra/newview/llfloaterchat.cpp
index a453c39..e9ea14b 100644
--- a/linden/indra/newview/llfloaterchat.cpp
+++ b/linden/indra/newview/llfloaterchat.cpp
@@ -482,7 +482,7 @@ BOOL LLFloaterChat::isOwnNameInText(const std::string &text_line)
482 for (int i=1; i<=3; i++) 482 for (int i=1; i<=3; i++)
483 { 483 {
484 std::stringstream key; 484 std::stringstream key;
485 key << "nick0" << i; 485 key << "HighlightNickname0" << i;
486 std::string nick = gSavedSettings.getString(key.str()); 486 std::string nick = gSavedSettings.getString(key.str());
487 if (! nick.empty()) 487 if (! nick.empty())
488 { 488 {