blob: c32d68405cc452c5d064924c202a7be10590e2d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="mute by name" title="オブジェクト名で無視する">
<text name="message">
テキストのみに影響し、サウンド(環境音など)には影響しません。
正確なオブジェクト名を入力してください。
</text>
<line_editor name="object_name">
オブジェクト名
</line_editor>
<button label="OK" name="OK" />
<button label="キャンセル" name="Cancel" />
</floater>
|