2004-05-14 16:21:11 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!-- Sound control dialog -->
|
|
|
|
|
|
|
|
<PropertyList>
|
2004-05-14 21:57:33 +00:00
|
|
|
<name>sound-dialog</name>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<label>Sound Configuration</label>
|
|
|
|
</text>
|
|
|
|
|
2005-12-14 12:43:10 +00:00
|
|
|
<hrule><dummy/></hrule>
|
|
|
|
|
2004-05-14 21:57:33 +00:00
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
2006-02-23 11:17:51 +00:00
|
|
|
<empty><dummy/></empty>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>vbox</layout>
|
2005-12-14 12:43:10 +00:00
|
|
|
|
2006-02-23 11:17:51 +00:00
|
|
|
<checkbox>
|
|
|
|
<label>Mute Sound</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<property>/sim/sound/pause</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<text><label>Volume:</label></text>
|
|
|
|
<slider>
|
|
|
|
<property>/sim/sound/volume</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
</slider>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
<checkbox>
|
|
|
|
<label>ATC Chatter</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<property>/sim/sound/atc-chatter</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
</checkbox>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
<empty><dummy/></empty>
|
|
|
|
</group>
|
2006-01-09 14:40:01 +00:00
|
|
|
|
2004-05-14 16:21:11 +00:00
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<default-padding>10</default-padding>
|
|
|
|
|
|
|
|
<button>
|
2005-12-14 12:43:10 +00:00
|
|
|
<legend>Close</legend>
|
2005-11-05 13:59:06 +00:00
|
|
|
<default>true</default>
|
2005-11-05 18:42:28 +00:00
|
|
|
<key>Esc</key>
|
2004-05-14 16:21:11 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
</PropertyList>
|