19 lines
925 B
XML
19 lines
925 B
XML
<?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">
|
|
Mute by name only affects object chat and IM, not sounds.
|
|
You must type the object'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>
|