aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/en-us/floater_mute_object.xml
blob: 2c277e754ad46514e61d87bc115c666be61d6c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="false"
     can_resize="false" height="140" min_height="140" min_width="375"
     name="mute by name" title="Mute object by name" width="375">
	<text bottom_delta="-50" follows="top|left" font="SansSerif" height="16" left="20"
	     left_delta="25" name="message" right="380" text_color="white">
		Mute by name only affects object chat and IM, not sounds.
You must type the object&apos;s name exactly.
	</text>
	<line_editor bottom_delta="-40" follows="top|right" font="SansSerif" height="18"
	     left_delta="0" name="object_name" width="320">
		Object name
	</line_editor>
	<button bottom_delta="-30" follows="bottom|left" height="20" label="Ok" left="108"
	     name="OK" width="75" />
	<button bottom_delta="0" follows="bottom|right" height="20" label="Cancel" left="190"
	     name="Cancel" width="75" />
</floater>