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>