1
0
Fork 0

Reinstate "Weather Scenario" - add "ATC in Range"

Move "ATC in Range" to radios dialog

"Weather Scenario" was missing after recent changes so reinstated, "ATC in Range" added back, this time on the Radio Settings dialog.
It should probably be commented out until we are certain it is working properly.
This commit is contained in:
willie 2010-09-20 04:55:41 +01:00 committed by Anders Gidenstam
parent 2bc5c2177a
commit 28d5294c14
2 changed files with 16 additions and 13 deletions

View file

@ -4,7 +4,7 @@
<name>radios</name>
<width>600</width>
<height>330</height>
<height>370</height>
<modal>false</modal>
<text>
@ -479,7 +479,7 @@
<legend>Apply</legend>
<equal>true</equal>
<binding>
<command>dialog-apply</command>
<command>dialog-appl8y</command>
</binding>
</button>
@ -505,5 +505,15 @@
</button>
</group>
<group>
<x>400</x>
<y>60</y>
<button>
<legend>ATC Services in range</legend>
<binding>
<command>ATC-freq-search</command>
</binding>
</button>
</group>
</PropertyList>

View file

@ -281,7 +281,7 @@
<item>
<label>Previous Waypoint</label>
<binding>
<binding>3
<command>nasal</command>
<script>setprop("/autopilot/route-manager/input", "@previous")</script>
</binding>
@ -307,7 +307,7 @@
</binding>
</item>
<item>
<!-- <item>
<label>Weather Conditions</label>
<binding>
<command>dialog-show</command>
@ -449,15 +449,8 @@
<dialog-name>ai</dialog-name>
</binding>
</item>
<!-- Not working at present
<item>
<label>ATC Services in range</label>
<binding>
<command>ATC-freq-search</command>
</binding>
</item>
-->
<item>
<label>AI Tanker</label>
@ -634,7 +627,7 @@
</item>
<item>
<label>Browse Internal Properties</label>
<label>Browse Internal Properties (/)</label>
<binding>
<command>nasal</command>
<script>gui.property_browser()</script>