summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_notification_well_button.xml
blob: 263ac40f4eb7d2aa771d7f4695e3d99491ce965d (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="Notification Well Button Context Menu">
    <menu_item_call
     label="Close All"
     layout="topleft"
     name="Close All">
        <menu_item_call.on_click
         function="NotificationWellChicletMenu.Action"
         parameter="close all" />
        <menu_item_call.on_enable
         function="NotificationWellChicletMenu.EnableItem"
         parameter="can close all" />
    </menu_item_call>
</context_menu>