A32X: Add Pushback to ACCONFIG

This commit is contained in:
Joshua Davidson 2017-09-25 20:50:15 -04:00
parent 1e3e397b29
commit 26f35e652f
3 changed files with 10 additions and 10 deletions

View file

@ -250,15 +250,6 @@
</script>
</binding>
</item>
<item>
<label>Reset FMGC</label>
<binding>
<command>nasal</command>
<script>
fmgc.reset_FMGC();
</script>
</binding>
</item>
<item>
<label>Skip ADIRS</label>
<binding>

View file

@ -65,6 +65,15 @@
</script>
</binding>
</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>
<halign>center</halign>
<legend>Aircraft Help</legend>

View file

@ -1 +1 @@
1533
1534