/indra/newview/skins/default/xui/en/menu_imchiclet_p2p.xml
https://bitbucket.org/lindenlab/viewer-beta/ · XML · 43 lines · 43 code · 0 blank · 0 comment · 0 complexity · a10c56c2479c5fcfeb41c570954fbc05 MD5 · raw file
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <menu
- height="101"
- layout="topleft"
- left="100"
- mouse_opaque="false"
- name="IMChiclet P2P Menu"
- top="724"
- visible="false"
- width="128">
- <menu_item_call
- label="View Profile"
- layout="topleft"
- name="Show Profile">
- <menu_item_call.on_click
- function="IMChicletMenu.Action"
- parameter="profile" />
- </menu_item_call>
- <menu_item_call
- label="Add Friend"
- layout="topleft"
- name="Add Friend">
- <menu_item_call.on_click
- function="IMChicletMenu.Action"
- parameter="add" />
- </menu_item_call>
- <menu_item_call
- label="Show Session"
- layout="topleft"
- name="Send IM">
- <menu_item_call.on_click
- function="IMChicletMenu.Action"
- parameter="im" />
- </menu_item_call>
- <menu_item_call
- label="End Session"
- layout="topleft"
- name="End Session">
- <menu_item_call.on_click
- function="IMChicletMenu.Action"
- parameter="end" />
- </menu_item_call>
- </menu>