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/llinventorypanel.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/llinventorypanel.cpp')
-rw-r--r-- | indra/newview/llinventorypanel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 8097985ade..ec83a1fd6d 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -118,6 +118,7 @@ BOOL LLInventoryPanel::postBuild() 0); LLFolderView::Params p; p.name = getName(); + p.title = getLabel(); p.rect = folder_rect; p.parent_panel = this; p.tool_tip = p.name; |