A32X: Add Pushback to ACCONFIG
This commit is contained in:
parent
1e3e397b29
commit
26f35e652f
3 changed files with 10 additions and 10 deletions
|
@ -250,15 +250,6 @@
|
||||||
</script>
|
</script>
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<label>Reset FMGC</label>
|
|
||||||
<binding>
|
|
||||||
<command>nasal</command>
|
|
||||||
<script>
|
|
||||||
fmgc.reset_FMGC();
|
|
||||||
</script>
|
|
||||||
</binding>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<label>Skip ADIRS</label>
|
<label>Skip ADIRS</label>
|
||||||
<binding>
|
<binding>
|
||||||
|
|
|
@ -65,6 +65,15 @@
|
||||||
</script>
|
</script>
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
<button>
|
||||||
|
<halign>center</halign>
|
||||||
|
<legend>Pushback</legend>
|
||||||
|
<pref-width>140</pref-width>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-show</command>
|
||||||
|
<dialog-name>pushback</dialog-name>
|
||||||
|
</binding>
|
||||||
|
</button>
|
||||||
<button>
|
<button>
|
||||||
<halign>center</halign>
|
<halign>center</halign>
|
||||||
<legend>Aircraft Help</legend>
|
<legend>Aircraft Help</legend>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1533
|
1534
|
Reference in a new issue