diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-23 10:44:45 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-23 10:44:45 +0100 |
commit | 4bec811062ddf9cef5f925c4f7f814392935b7e9 (patch) | |
tree | ca209e70a1adbfb7875e74d6ce36c56409f6e597 /indra/newview/llnamelistctrl.cpp | |
parent | b99c90daf38765161eafec418d52493761baf872 (diff) | |
parent | bb908fb73ee720898a22bda2119e3435992f0fef (diff) |
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llnamelistctrl.cpp')
-rw-r--r-- | indra/newview/llnamelistctrl.cpp | 2 |
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 |