blob: 4cd16a59edb1b6cb27ffd6244d45f139a288a97f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="mute by name" title="IGNORAR OBJETOS SEGÚN SU NOMBRE">
<text bottom_delta="-40" name="message">
Ignorar un objeto:
</text>
<line_editor bottom_delta="-58" name="object_name">
Nombre del objeto
</line_editor>
<text name="note">
* Sólo se ignoran los textos del objeto, no sus sonidos
</text>
<button label="OK" name="OK"/>
<button label="Cancelar" name="Cancel"/>
</floater>
|