summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_im_well_button.xml
blob: f8dfba91ff1b8144c7878a4bc9d8709755b2e1fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<context_menu
 layout="topleft"
 name="IM Well Button Context Menu">
    <menu_item_call
     label="Close All"
     layout="topleft"
     name="Close All">
        <menu_item_call.on_click
         function="IMWellChicletMenu.Action"
         parameter="close all" />
        <menu_item_call.on_enable
         function="IMWellChicletMenu.EnableItem"
         parameter="can close all" />
    </menu_item_call>
</context_menu>