diff options
| author | Paul Guslisty <pguslisty@productengine.com> | 2010-06-30 19:40:54 +0300 | 
|---|---|---|
| committer | Paul Guslisty <pguslisty@productengine.com> | 2010-06-30 19:40:54 +0300 | 
| commit | 625d90f690b5d2db6154360227f5d9dbddef0c85 (patch) | |
| tree | 35ea13c25be6627ca08527b9e8a231b239fba8f7 | |
| parent | 7b5e359f55e64c06f9a019999b72b9d027526c73 (diff) | |
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
| -rw-r--r-- | indra/newview/llpanelplaceinfo.cpp | 1 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 2 | 
2 files changed, 2 insertions, 1 deletions
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.  	<string name="InvFolder Uncompressed Sounds">Uncompressed Sounds</string>  	<string name="InvFolder Animations">Animations</string>  	<string name="InvFolder Gestures">Gestures</string> -	<string name="InvFolder favorite">Favorites</string> +	<string name="InvFolder Favorite">Favorites</string>  	<string name="InvFolder Current Outfit">Current Outfit</string>  	<string name="InvFolder My Outfits">My Outfits</string>  	<string name="InvFolder Accessories">Accessories</string>  | 
