diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-03-16 11:39:25 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-03-16 11:39:25 -0700 |
commit | 3ac40205e9331efde4b1b4f521d5d8bb882565b3 (patch) | |
tree | d4c81e7c00161997deebafa81aa6593d92d19d8f /indra/newview/llplacesinventorypanel.cpp | |
parent | 41ed9b3bcb07b36ff4ba58fb3c68f96c376f6e37 (diff) | |
parent | 3bb628ff73c0cd06dc374c29db9f56d5f5ab283a (diff) |
Merge
Diffstat (limited to 'indra/newview/llplacesinventorypanel.cpp')
-rw-r--r-- | indra/newview/llplacesinventorypanel.cpp | 1 |
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); |