From 625d90f690b5d2db6154360227f5d9dbddef0c85 Mon Sep 17 00:00:00 2001 From: Paul Guslisty Date: Wed, 30 Jun 2010 19:40:54 +0300 Subject: EXT-8001 FIXED [TRUNCATION] [HARD CODE] IT - create new favorite title has truncated text - Set tooltip for titles in PanelPlaces panel - Also fixed translation of Favorites forlder in inventory. Corrected value of name attribute in strings.xml Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/676/ --HG-- branch : product-engine --- indra/newview/llpanelplaceinfo.cpp | 1 + indra/newview/skins/default/xui/en/strings.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llpanelplaceinfo.cpp b/indra/newview/llpanelplaceinfo.cpp index db305b25fa..8c1f5d0915 100644 --- a/indra/newview/llpanelplaceinfo.cpp +++ b/indra/newview/llpanelplaceinfo.cpp @@ -123,6 +123,7 @@ void LLPanelPlaceInfo::setParcelID(const LLUUID& parcel_id) void LLPanelPlaceInfo::setInfoType(EInfoType type) { mTitle->setText(mCurrentTitle); + mTitle->setToolTip(mCurrentTitle); mInfoType = type; } diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 799d440292..f7611b6833 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -1939,7 +1939,7 @@ Clears (deletes) the media and all params from the given face. Uncompressed Sounds Animations Gestures - Favorites + Favorites Current Outfit My Outfits Accessories -- cgit v1.2.3