blob: 97fbd35fccc89535b52d71e771e59565d6d2c0d8 (
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="BLOQUEAR OBJETO POR NOME">
<text name="message">
Bloquear o objeto:
</text>
<line_editor name="object_name">
Nome do objeto
</line_editor>
<text name="note">
* Bloquear apenas texto do objeto, não sons
</text>
<button label="OK" name="OK"/>
<button label="Cancelar" name="Cancel"/>
</floater>
|