diff options
author | Richard Linden <none@none> | 2011-02-16 17:02:06 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-02-16 17:02:06 -0800 |
commit | 1bb46c7384f6532da8f0315f61b8613bd0b9b717 (patch) | |
tree | 6cf3910f6a1244ac5b5a786d07dd9a44874b727c /indra/newview/skins/minimal/xui/en/menu_avatar_other.xml | |
parent | 3555849644ff228a189dd2a21e57def22f142e5d (diff) |
SOCIAL-544 PARTIAL move skylight skin to viewer repo
Diffstat (limited to 'indra/newview/skins/minimal/xui/en/menu_avatar_other.xml')
-rw-r--r-- | indra/newview/skins/minimal/xui/en/menu_avatar_other.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/indra/newview/skins/minimal/xui/en/menu_avatar_other.xml b/indra/newview/skins/minimal/xui/en/menu_avatar_other.xml new file mode 100644 index 0000000000..76734440e9 --- /dev/null +++ b/indra/newview/skins/minimal/xui/en/menu_avatar_other.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<!-- *NOTE: See also menu_attachment_other.xml --> +<context_menu + layout="topleft" + name="Avatar Pie"> + <menu_item_call + label="IM" + name="Send IM..."> + <menu_item_call.on_click + function="Avatar.SendIM" /> + </menu_item_call> + <menu_item_call + label="About..." + name="About..."> + <on_click + function="Avatar.ShowInspector" /> + </menu_item_call> + <menu_item_call + label="Zoom In" + name="Zoom In"> + <menu_item_call.on_click + function="Tools.LookAtSelection" + parameter="zoom" /> + </menu_item_call> +</context_menu> |