diff options
author | Sergey Borushevsky <sborushevsky@productengine.com> | 2009-12-01 17:13:35 +0200 |
---|---|---|
committer | Sergey Borushevsky <sborushevsky@productengine.com> | 2009-12-01 17:13:35 +0200 |
commit | 32887cdc5407c7ced2d030cc8423fb0ab688170f (patch) | |
tree | b507b04f1e295763d8b342b625fa93a7337a581d /indra/newview/skins/default/xui/en/menu_imchiclet_adhoc.xml | |
parent | f5e64315e27877e994b755d0de9d35dde0ccc674 (diff) |
Implemented normal task EXT-2750 (Add context menu for group and ad-hoc chiclet)
Added menu to ad-hoc chiclet, which contains one 'End Session' item.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/menu_imchiclet_adhoc.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_imchiclet_adhoc.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_imchiclet_adhoc.xml b/indra/newview/skins/default/xui/en/menu_imchiclet_adhoc.xml new file mode 100644 index 0000000000..eb5e31b57d --- /dev/null +++ b/indra/newview/skins/default/xui/en/menu_imchiclet_adhoc.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<menu + height="101" + layout="topleft" + left="100" + mouse_opaque="false" + name="IMChiclet AdHoc Menu" + top="724" + visible="false" + width="128"> + <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> |