summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerdisplayname.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-05-18 16:00:45 -0700
committerJames Cook <james@lindenlab.com>2010-05-18 16:00:45 -0700
commitf4148502e484d516b42c4a88603eee6889d45697 (patch)
treea7d049b1fb1ebb037c0d9c90202a6b2ffe9e86c1 /indra/newview/llviewerdisplayname.cpp
parent8238a377bd0e28303506446f2c7806b9632f3897 (diff)
Rename mSLID to mUsername to match the name of the field in the UI
Product made a late-breaking request to change the name of this field. The wire protocol for People API has not yet changed.
Diffstat (limited to 'indra/newview/llviewerdisplayname.cpp')
-rw-r--r--indra/newview/llviewerdisplayname.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerdisplayname.cpp b/indra/newview/llviewerdisplayname.cpp
index ec80129f8a..a783cb03d8 100644
--- a/indra/newview/llviewerdisplayname.cpp
+++ b/indra/newview/llviewerdisplayname.cpp
@@ -185,7 +185,7 @@ class LLDisplayNameUpdate : public LLHTTPNode
{
LLSD args;
args["OLD_NAME"] = old_display_name;
- args["SLID"] = av_name.mSLID;
+ args["SLID"] = av_name.mUsername;
args["NEW_NAME"] = av_name.mDisplayName;
LLNotificationsUtil::add("DisplayNameUpdate", args);
}