diff options
| author | Paul Guslisty <pguslisty@productengine.com> | 2010-10-27 11:52:52 +0300 | 
|---|---|---|
| committer | Paul Guslisty <pguslisty@productengine.com> | 2010-10-27 11:52:52 +0300 | 
| commit | f9078ce5ccd805c0e18b68fb767eea6b59314bc1 (patch) | |
| tree | 8ee6b428e98520aa78f2c259f5ced82267e35b5c | |
| parent | 8947724baa6d595844daeee2f18c865d1886acc5 (diff) | |
STORM-400 FIXED Trash button not responding on People > My Friends tab
- Corrected wrong button name in XML
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_people.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml index d34c0c29a8..68c423d7dd 100644 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -307,7 +307,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M  				           image_unselected="Toolbar_Right_Off"  				           left="0"  				           layout="topleft" -				           name="trash_btn" +				           name="del_btn"  				           tool_tip="Remove selected person from your Friends list"  				           top="0"  				           width="31"/> | 
