/indra/newview/skins/default/xui/en/menu_notification_well_button.xml
https://bitbucket.org/lindenlab/viewer-beta/ · XML · 16 lines · 16 code · 0 blank · 0 comment · 0 complexity · 3546380d132b56a23d6d1a3bc6e29704 MD5 · raw file
- <?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>