summaryrefslogtreecommitdiff
path: root/indra/newview/llplacesinventorypanel.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-03-16 17:39:32 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-03-16 17:39:32 +0000
commit3bb628ff73c0cd06dc374c29db9f56d5f5ab283a (patch)
treeaec7ced6a886bd19fbc2c39147ff5be95d864d5f /indra/newview/llplacesinventorypanel.cpp
parentb6e11798acf6d0539211723e566be7f6145ac138 (diff)
parenta5d1a7b1bac43a4aa88aa647b040a21ca951c682 (diff)
merge from viewer-2-0
Diffstat (limited to 'indra/newview/llplacesinventorypanel.cpp')
-rw-r--r--indra/newview/llplacesinventorypanel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llplacesinventorypanel.cpp b/indra/newview/llplacesinventorypanel.cpp
index f1e450a083..ed0fb54051 100644
--- a/indra/newview/llplacesinventorypanel.cpp
+++ b/indra/newview/llplacesinventorypanel.cpp
@@ -92,6 +92,7 @@ BOOL LLPlacesInventoryPanel::postBuild()
0);
LLPlacesFolderView::Params p;
p.name = getName();
+ p.title = getLabel();
p.rect = folder_rect;
p.parent_panel = this;
mFolders = (LLFolderView*)LLUICtrlFactory::create<LLPlacesFolderView>(p);