blob: 9cb93619dca5792405cb07a62c363d7ee5fcf698 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="delete_pref_preset" title="プリセットの削除">
<string name="title_graphic">
グラフィックのプリセットを削除
</string>
<string name="title_camera">
カメラのプリセットを削除
</string>
<text name="Preset">
プリセットを選択
</text>
<combo_box name="preset_combo"/>
<button label="削除" name="delete"/>
<button label="キャンセル" name="cancel"/>
</floater>
|