use consistent property name for the default sound device in the code and configuration files.
This commit is contained in:
parent
7cfe6a2476
commit
a1bed58714
1 changed files with 5 additions and 1 deletions
|
@ -144,6 +144,10 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<sound>
|
<sound>
|
||||||
<volume type="float" userarchive="y">0.8</volume>
|
<volume type="float" userarchive="y">0.8</volume>
|
||||||
<enabled type="bool">true</enabled>
|
<enabled type="bool">true</enabled>
|
||||||
|
<avionics>
|
||||||
|
<enabled type="bool" userarchive="y">true</enabled>
|
||||||
|
<volume type="float" userarchive="y">0.6</volume>
|
||||||
|
</avionics>
|
||||||
<chatter>
|
<chatter>
|
||||||
<enabled type="bool" userarchive="y">false</enabled>
|
<enabled type="bool" userarchive="y">false</enabled>
|
||||||
<volume type="double" userarchive="y">0.6</volume>
|
<volume type="double" userarchive="y">0.6</volume>
|
||||||
|
@ -152,7 +156,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<enabled type="bool" userarchive="y">true</enabled>
|
<enabled type="bool" userarchive="y">true</enabled>
|
||||||
<volume type="float" userarchive="y">0.6</volume>
|
<volume type="float" userarchive="y">0.6</volume>
|
||||||
</effects>
|
</effects>
|
||||||
<device type="string" userarchive="y"/>
|
<device-name type="string" userarchive="y"/>
|
||||||
<voice type="bool">true</voice>
|
<voice type="bool">true</voice>
|
||||||
<voices>
|
<voices>
|
||||||
<host type="string" write="n">localhost</host>
|
<host type="string" write="n">localhost</host>
|
||||||
|
|
Loading…
Reference in a new issue