summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_participant_list.xml
blob: c3283c60143f0672cc2992e943c9921fab3f89df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<context_menu
 layout="topleft"
 name="Participant List Context Menu">
    <menu_item_check
     label="Mute Text"
     layout="topleft"
     name="MuteText">
        <on_check
         function="ParticipantList.CheckItem"
         parameter="is_muted" />
        <on_click
         function="ParticipantList.ToggleMuteText" />
        <on_enable
         function="ParticipantList.EnableItem"
         parameter="can_mute_text" />
    </menu_item_check>
    <menu_item_check
     label="Allow text chat"
     layout="topleft"
     name="AllowTextChat">
        <on_check
         function="ParticipantList.CheckItem"
         parameter="is_allowed_text_chat" />
        <on_click
         function="ParticipantList.ToggleAllowTextChat" />
        <on_enable
         function="ParticipantList.EnableItem"
         parameter="can_allow_text_chat" />
    </menu_item_check>
</context_menu>