diff options
author | James Cook <james@lindenlab.com> | 2009-11-03 16:13:54 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-03 16:13:54 -0800 |
commit | a3f9b5d2d8cba2aa7de71aee0564a8125ca02e29 (patch) | |
tree | 17d3f5789103336fd19b0f4e7dec75cdab06babc /indra/newview/skins | |
parent | c386169742df3053baa185a43f991f0db68c2bcc (diff) |
EXT-2093 People inspectors should include an "IM" button
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/inspect_avatar.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/inspect_avatar.xml b/indra/newview/skins/default/xui/en/inspect_avatar.xml index 6b13e2f1c7..e2ae81e0b9 100644 --- a/indra/newview/skins/default/xui/en/inspect_avatar.xml +++ b/indra/newview/skins/default/xui/en/inspect_avatar.xml @@ -128,6 +128,8 @@ left_delta="110" tab_stop="false" width="18" /> + <!-- Overlapping buttons for default actions + llinspectavatar.cpp makes visible the most likely default action --> <button follows="bottom|left" height="23" @@ -136,6 +138,16 @@ top="246" name="add_friend_btn" width="100" /> + <button + follows="bottom|left" + height="23" + label="IM" + left_delta="0" + top_delta="0" + name="im_btn" + width="100" + commit_callback.function="InspectAvatar.IM" + /> <menu_button follows="top|left" height="18" |