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.

54 lines
1.2 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- this file requires FlightGear version 2018.2 or newer -->
<!--
Red Griffin ATC - Speaking Air Traffic Controller for FlightGear
Written and developer by Antonello Biancalana (Red Griffin, IK0TOJ)
Copyright (C) 2019-2021 Antonello Biancalana
about-dialog.xml
Version 2.3.0 - 7 May 2021
Red Griffin ATC is an Open Source project and it is licensed
under the Gnu Public License v3 (GPLv3)
-->
<PropertyList>
<name>set-aircraft-type-dialog</name>
<default-padding>4</default-padding>
<layout>vbox</layout>
<halign>center</halign>
<width>350</width>
<text>
<label>Red Griffin ATC</label>
</text>
<hrule />
<text>
<label>It was not possible to detect your aircraft type.</label>
</text>
<text>
<label>Please set your aircraft type in settings window.</label>
</text>
<hrule />
<button>
<legend>Ok</legend>
<binding>
<command>dialog-show</command>
<dialog-name>settings-dialog</dialog-name>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button>
</PropertyList>