From 28d5294c145bfe98dc9d2d26c61401fced2be06c Mon Sep 17 00:00:00 2001 From: willie <willie@glasgownet.com> Date: Mon, 20 Sep 2010 04:55:41 +0100 Subject: [PATCH] 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. --- gui/dialogs/radios.xml | 14 ++++++++++++-- gui/menubar.xml | 15 ++++----------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/gui/dialogs/radios.xml b/gui/dialogs/radios.xml index bd8f95bc3..a4592a286 100644 --- a/gui/dialogs/radios.xml +++ b/gui/dialogs/radios.xml @@ -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> diff --git a/gui/menubar.xml b/gui/menubar.xml index 62400a565..8b98a58cd 100644 --- a/gui/menubar.xml +++ b/gui/menubar.xml @@ -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>