summaryrefslogtreecommitdiff
path: root/indra/newview/llnamelistctrl.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-23 13:44:49 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-23 13:44:49 +0100
commit008873627d68b5c13eb9339d6294b43241c3348a (patch)
treec31986c231fae3bea2ef51b7bced8192791871f2 /indra/newview/llnamelistctrl.cpp
parentf972cc4be952abc943f9d289533c9951ce4dc839 (diff)
parente82ed4e8761be902cf3a4d80c337e0cd44d41b17 (diff)
merge from viewer-trunk
Diffstat (limited to 'indra/newview/llnamelistctrl.cpp')
-rw-r--r--indra/newview/llnamelistctrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnamelistctrl.cpp b/indra/newview/llnamelistctrl.cpp
index 9611c286eb..d605d4430e 100644
--- a/indra/newview/llnamelistctrl.cpp
+++ b/indra/newview/llnamelistctrl.cpp
@@ -81,7 +81,7 @@ void LLNameListCtrl::addNameItem(const LLUUID& agent_id, EAddPosition pos,
item.enabled = enabled;
item.target = INDIVIDUAL;
- addNameItemRow(item, pos);
+ addNameItemRow(item, pos, suffix);
}
// virtual, public