diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-03-16 19:22:17 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-03-16 19:22:17 +0200 |
commit | 27a7a68883ab93a41df815684b74631a5dca0a73 (patch) | |
tree | 94008a217d1a40f50a27470294feab96051573e8 /indra/newview/llinventorypanel.cpp | |
parent | a5d1a7b1bac43a4aa88aa647b040a21ca951c682 (diff) |
Fix for normal task (EXT-6355) [TRANSLATED BUT IN EN] - Inventory, hovertext of system folders: hovertext isnĀ“t localized.
- Added updating tooltips with localized names.
Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/39/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rw-r--r-- | indra/newview/llinventorypanel.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index ec83a1fd6d..d7720b735c 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -293,9 +293,6 @@ void LLInventoryPanel::modelChanged(U32 mask) bridge->clearDisplayName(); view_item->refresh(); - - // Set the new tooltip with the new display name. - view_item->setToolTip(bridge->getDisplayName()); } } } |