summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderviewitem.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-03-17 11:51:04 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-03-17 11:51:04 +0000
commit8331c1a83776abcfeeec4629d9dfbdd2c689d14f (patch)
tree1654d69e483252c9c4d12e1012800de4740510e2 /indra/newview/llfolderviewitem.cpp
parent59e4b000a3ed41a3c83ae99501adc3eccf64367e (diff)
parent5cae8140f4dfbdd9c4b3237a0d47248753180913 (diff)
PE merge
Diffstat (limited to 'indra/newview/llfolderviewitem.cpp')
-rw-r--r--indra/newview/llfolderviewitem.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfolderviewitem.cpp b/indra/newview/llfolderviewitem.cpp
index d3e3d2b57b..8b3ba6c72b 100644
--- a/indra/newview/llfolderviewitem.cpp
+++ b/indra/newview/llfolderviewitem.cpp
@@ -258,8 +258,10 @@ void LLFolderViewItem::refreshFromListener()
if (LLFolderType::lookupIsProtectedType(preferred_type))
{
LLTrans::findString(mLabel, "InvFolder " + mLabel);
+ setToolTip(mLabel);
};
+ setToolTip(mLabel);
setIcon(mListener->getIcon());
time_t creation_date = mListener->getCreationDate();
if (mCreationDate != creation_date)