diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-04-20 16:52:32 +0300 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-04-20 16:52:32 +0300 |
commit | 5acf8a5f13e064fcfb5d8fbd42e631a18244a674 (patch) | |
tree | 83bb4280dfd7bc84ddc2edec9d13e88a159318b2 /indra/newview/skins/default/xui/en/menu_script_chiclet.xml | |
parent | 3c45631cbc4b1f26143f05e9a58f0349679e663a (diff) |
Fixed normal bug EXT-6807(Object's chicklet shows context menu for bottom bar)
- moved the common code (menu stuff handling) from LLIMP2PChiclet, LLAdHocChiclet, LLIMGroupChiclet to their parent LLIMChiclet
- added popup menus to LLInvOfferChiclet and LLScriptChiclet (notice that just the closing menu item was added because these chiclets are not connected with IM sessions.)
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/254/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/menu_script_chiclet.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_script_chiclet.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_script_chiclet.xml b/indra/newview/skins/default/xui/en/menu_script_chiclet.xml new file mode 100644 index 0000000000..db29d9cebc --- /dev/null +++ b/indra/newview/skins/default/xui/en/menu_script_chiclet.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="ScriptChiclet Menu" + top="724" + visible="false" + width="128"> + <menu_item_call + label="Close" + layout="topleft" + name="Close"> + <menu_item_call.on_click + function="ScriptChiclet.Action" + parameter="end" /> + </menu_item_call> +</menu> |