summaryrefslogtreecommitdiff
path: root/indra/newview/llnamelistctrl.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-05-27 23:51:59 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-05-27 23:51:59 +0300
commit9df87dd36575597d4c522b99a1f706e4861a416e (patch)
treef58719a21c8b0adf0dfffd7bb6409a8c29f24385 /indra/newview/llnamelistctrl.cpp
parentd875f809002706e284e6a5da30fd911723e88c44 (diff)
SL-13179 FIXED Sorting residents banned on the parcel by duration is incorrect
Diffstat (limited to 'indra/newview/llnamelistctrl.cpp')
-rw-r--r--indra/newview/llnamelistctrl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnamelistctrl.cpp b/indra/newview/llnamelistctrl.cpp
index 3209d23e43..5215126789 100644
--- a/indra/newview/llnamelistctrl.cpp
+++ b/indra/newview/llnamelistctrl.cpp
@@ -398,6 +398,7 @@ LLScrollListItem* LLNameListCtrl::addNameItemRow(
if (cell)
{
cell->setValue(prefix + fullname);
+ cell->setAltValue(name_item.alt_value());
}
dirtyColumns();