diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/floater_mute_object.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/floater_mute_object.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/floater_mute_object.xml b/linden/indra/newview/skins/xui/en-us/floater_mute_object.xml new file mode 100644 index 0000000..db064dc --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/floater_mute_object.xml | |||
@@ -0,0 +1,18 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="false" | ||
3 | can_resize="false" height="140" min_height="140" min_width="375" | ||
4 | name="mute by name" title="Mute object by name" width="375"> | ||
5 | <text left_delta="25" bottom_delta="-50" font="SansSerif" follows="top|left" height="16" left="20" | ||
6 | name="message" right="380" text_color="white"> | ||
7 | Mute by name only affects object chat and IM, not sounds. | ||
8 | You must type the object's name exactly. | ||
9 | </text> | ||
10 | <line_editor bottom_delta="-40" follows="top|right" height="18" left_delta="0" | ||
11 | name="object_name" width="320" font="SansSerif"> | ||
12 | Object name | ||
13 | </line_editor> | ||
14 | <button bottom_delta="-30" follows="bottom|left" height="20" label="Ok" left="108" | ||
15 | name="OK" width="75" /> | ||
16 | <button bottom_delta="0" follows="bottom|right" height="20" label="Cancel" left="190" | ||
17 | name="Cancel" width="75" /> | ||
18 | </floater> | ||