Move the autopilot config reload over next to the gui and panel reloads
under the Debug menu.
This commit is contained in:
parent
425b7036cc
commit
f2c9d6cbf0
1 changed files with 10 additions and 8 deletions
|
@ -219,12 +219,14 @@
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<!--
|
||||||
<item>
|
<item>
|
||||||
<label>Adjust Autopilot</label>
|
<label>Adjust Autopilot</label>
|
||||||
<binding>
|
<binding>
|
||||||
<command>old-ap-adjust-dialog</command>
|
<command>old-ap-adjust-dialog</command>
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
-->
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<label>Set Lat/Lon Format</label>
|
<label>Set Lat/Lon Format</label>
|
||||||
|
@ -233,14 +235,6 @@
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<label>Reconfig Autopilot</label>
|
|
||||||
<binding>
|
|
||||||
<command>reinit</command>
|
|
||||||
<subsystem>xml-autopilot</subsystem>
|
|
||||||
</binding>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
<menu>
|
<menu>
|
||||||
|
@ -339,6 +333,14 @@
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<label>Reload Autopilot</label>
|
||||||
|
<binding>
|
||||||
|
<command>reinit</command>
|
||||||
|
<subsystem>xml-autopilot</subsystem>
|
||||||
|
</binding>
|
||||||
|
</item>
|
||||||
|
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
<menu>
|
<menu>
|
||||||
|
|
Loading…
Reference in a new issue