This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/AircraftConfig/update.xml
2017-08-11 01:49:48 -04:00

115 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!--
#######################################
# Copyright (c) A3XX Development Team #
#######################################
-->
<!-- A3XX Aircraft Config Dialog -->
<PropertyList>
<name>aircraft-config-update</name>
<layout>vbox</layout>
<color>
<red>0.5</red>
<green>0</green>
<blue>0</blue>
<alpha>1</alpha>
</color>
<group>
<layout>hbox</layout>
<text>
<halign>left</halign>
<label>Out of Date!</label>
</text>
<button>
<color>
<red>0.7</red>
<green>0</green>
<blue>0</blue>
<alpha>1</alpha>
</color>
<halign>right</halign>
<pref-width>20</pref-width>
<pref-height>20</pref-height>
<legend>X</legend>
<key>Esc</key>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
<hrule/>
<group>
<layout>vbox</layout>
<text>
<halign>center</halign>
<label>Attention: Your A320Family is out of date! This means you are missing out on bugfixes, and new features!</label>
</text>
<text>
<halign>center</halign>
<label>You can continue for now, but it is highly recommended to download the latest version by the button below.</label>
</text>
<text>
<halign>center</halign>
<label>You will need to restart FlightGear, and install the latest.zip file.</label>
</text>
</group>
<hrule/>
<group>
<layout>hbox</layout>
<button>
<color>
<red>0</red>
<green>0.5</green>
<blue>0</blue>
<alpha>1</alpha>
</color>
<halign>center</halign>
<legend>Download Update</legend>
<pref-width>220</pref-width>
<binding>
<command>open-browser</command>
<path>https://www.github.com/it0uchpods/A320Family/archive/master.zip</path>
</binding>
<binding>
<command>exit</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button>
<button>
<color>
<red>0.7</red>
<green>0</green>
<blue>0</blue>
<alpha>1</alpha>
</color>
<halign>center</halign>
<legend>Remind Me Later</legend>
<pref-width>220</pref-width>
<binding>
<command>nasal</command>
<script>
acconfig.welcome_dlg.open();
</script>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
</PropertyList>