blob: 606e061395969e1bd20a4dc428ab4028a49eb3a6 (
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="block by name" title="依名稱封鎖物件">
<text name="message">
Block an object:
</text>
<line_editor name="object_name">
物件名稱
</line_editor>
<text name="note">
* Only blocks object text, not sounds
</text>
<button label="確定" name="OK"/>
<button label="取消" name="Cancel"/>
</floater>
|