VC: Fix RMP2 XFR button binding
This commit is contained in:
parent
9a9b95bee9
commit
a17f0337fc
3 changed files with 51 additions and 51 deletions
|
@ -33,56 +33,56 @@
|
||||||
|
|
||||||
<hrule/>
|
<hrule/>
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
<layout>vbox</layout>
|
<layout>vbox</layout>
|
||||||
|
|
||||||
<text>
|
|
||||||
<halign>left</halign>
|
|
||||||
<label>A32X by it0uchpods Design Group</label>
|
|
||||||
</text>
|
|
||||||
<text>
|
|
||||||
<halign>left</halign>
|
|
||||||
<label>Joshua Davidson (it0uchpods), Jonanthan Redpath (legoboyvdlp), Thorsten Herrmann (TH-555)</label>
|
|
||||||
</text>
|
|
||||||
|
|
||||||
<hrule/>
|
|
||||||
|
|
||||||
<text>
|
|
||||||
<halign>left</halign>
|
|
||||||
<label>FDM: Joshua Davidson (it0uchpods)</label>
|
|
||||||
</text>
|
|
||||||
<text>
|
|
||||||
<halign>left</halign>
|
|
||||||
<label>Systems: Joshua Davidson (it0uchpods), Jonanthan Redpath (legoboyvdlp)</label>
|
|
||||||
</text>
|
|
||||||
<text>
|
|
||||||
<halign>left</halign>
|
|
||||||
<label>Cockpit: Thorsten Herrmann (TH-555), Joshua Davidson (it0uchpods), Jonanthan Redpath (legoboyvdlp)</label>
|
|
||||||
</text>
|
|
||||||
<text>
|
|
||||||
<halign>left</halign>
|
|
||||||
<label>Instruments: Joshua Davidson (it0uchpods), Jonanthan Redpath (legoboyvdlp)</label>
|
|
||||||
</text>
|
|
||||||
<text>
|
|
||||||
<halign>left</halign>
|
|
||||||
<label>Pre V1.0, Shared Libraries 1.5.0</label>
|
|
||||||
</text>
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<hrule/>
|
<text>
|
||||||
|
<halign>left</halign>
|
||||||
|
<label>A32X by it0uchpods Design Group</label>
|
||||||
|
</text>
|
||||||
|
<text>
|
||||||
|
<halign>left</halign>
|
||||||
|
<label>Joshua Davidson (it0uchpods), Jonanthan Redpath (legoboyvdlp), Thorsten Herrmann (TH-555)</label>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<hrule/>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<halign>left</halign>
|
||||||
|
<label>FDM: Joshua Davidson (it0uchpods)</label>
|
||||||
|
</text>
|
||||||
|
<text>
|
||||||
|
<halign>left</halign>
|
||||||
|
<label>Systems: Joshua Davidson (it0uchpods), Jonanthan Redpath (legoboyvdlp)</label>
|
||||||
|
</text>
|
||||||
|
<text>
|
||||||
|
<halign>left</halign>
|
||||||
|
<label>Cockpit: Thorsten Herrmann (TH-555), Joshua Davidson (it0uchpods), Jonanthan Redpath (legoboyvdlp)</label>
|
||||||
|
</text>
|
||||||
|
<text>
|
||||||
|
<halign>left</halign>
|
||||||
|
<label>Instruments: Joshua Davidson (it0uchpods), Jonanthan Redpath (legoboyvdlp)</label>
|
||||||
|
</text>
|
||||||
|
<text>
|
||||||
|
<halign>left</halign>
|
||||||
|
<label>Pre V1.0, Shared Libraries 1.5.0</label>
|
||||||
|
</text>
|
||||||
|
|
||||||
<group>
|
</group>
|
||||||
<layout>hbox</layout>
|
|
||||||
|
|
||||||
<button>
|
|
||||||
<halign>center</halign>
|
|
||||||
<legend>Go Away</legend>
|
|
||||||
<pref-width>210</pref-width>
|
|
||||||
<binding>
|
|
||||||
<command>dialog-close</command>
|
|
||||||
</binding>
|
|
||||||
</button>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
|
<hrule/>
|
||||||
|
|
||||||
|
<group>
|
||||||
|
<layout>hbox</layout>
|
||||||
|
|
||||||
|
<button>
|
||||||
|
<halign>center</halign>
|
||||||
|
<legend>Go Away</legend>
|
||||||
|
<pref-width>210</pref-width>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-close</command>
|
||||||
|
</binding>
|
||||||
|
</button>
|
||||||
|
</group>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -222,7 +222,7 @@
|
||||||
<repeatable>true</repeatable>
|
<repeatable>true</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>rmp.transfer(1);</script>
|
<script>rmp.transfer(2);</script>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4684
|
4685
|
Reference in a new issue