You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flightgear-addon-aerotow-ev.../gui/dialogs/about-aerotow.xml

72 lines
1.7 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!--
#
# Aerotow Everywhere - Add-on for FlightGear
#
# Written and developer by Roman Ludwicki (PlayeRom, SP-ROM)
#
# Copyright (C) 2022 Roman Ludwicki
#
# Aerotow Everywhere is an Open Source project and it is licensed
# under the GNU Public License v3 (GPLv3)
#
-->
<!-- This file requires FlightGear version 2018.2 or newer -->
<PropertyList>
<name>about-aerotow</name>
<layout>vbox</layout>
<width>400</width>
<group>
<layout>hbox</layout>
<empty>
<stretch>1</stretch>
</empty>
<text>
<label>About Aerotow Everywhere Add-on</label>
</text>
<empty>
<stretch>1</stretch>
</empty>
<button>
<pref-width>16</pref-width>
<pref-height>16</pref-height>
<legend></legend>
<keynum>27</keynum>
<border>2</border>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
<hrule/>
<text>
<label>Aerotow Everywhere version 1.8.1 - 17th September 2022</label>
</text>
<text>
<label>Written by Roman Ludwicki</label>
</text>
<button>
<legend>Open the repository website</legend>
<binding>
<command>nasal</command>
<script>fgcommand("open-browser", props.Node.new({"url":"https://github.com/PlayeRom/flightgear-addon-aerotow-everywhere"}));</script>
</binding>
</button>
<hrule/>
<button>
<legend>Close</legend>
<binding>
<command>dialog-close</command>
</binding>
</button>
</PropertyList>