summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderview.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-06-10 17:07:45 -0700
committerRichard Linden <none@none>2010-06-10 17:07:45 -0700
commit7127fa493c98ae922f09c966a91e0d9d3679f60b (patch)
treebf05848b5e6082e5f06747523a2376aa3cd7e0a1 /indra/newview/llfolderview.cpp
parent92768103af4e90dd3e0017cf2048c4a8641391b7 (diff)
EXT-7750 - Wearing list does not need to be bold or show link or worn
Diffstat (limited to 'indra/newview/llfolderview.cpp')
-rw-r--r--indra/newview/llfolderview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp
index a87f7288fa..5682e691cd 100644
--- a/indra/newview/llfolderview.cpp
+++ b/indra/newview/llfolderview.cpp
@@ -181,6 +181,7 @@ LLFolderView::LLFolderView(const Params& p)
mRenameItem( NULL ),
mNeedsScroll( FALSE ),
mEnableScroll( true ),
+ mUseLabelSuffix(p.use_label_suffix),
mPinningSelectedItem(FALSE),
mNeedsAutoSelect( FALSE ),
mAutoSelectOverride(FALSE),