diff options
| author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-03-16 15:31:30 +0200 |
|---|---|---|
| committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-03-16 15:31:30 +0200 |
| commit | bda0e60f98cc7e07fe50bff6a4842c2791ec3ef7 (patch) | |
| tree | c744b479c92ec200494deae7d3d60e2dbce6c0f2 /indra/newview/llplacesinventorypanel.cpp | |
| parent | 7e6e69a1cc341532ef01d6f437bbe7a2853b9973 (diff) | |
fix for normal EXT-6354 [HARD CODED] - Inventory, Filter-popup: Title isnґt localized
reviwed https://codereview.productengine.com/secondlife/r/35/
--HG--
branch : product-engine
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); |
