1
0
Fork 0

Fix the launcher summary license link

This commit is contained in:
James Turner 2018-06-13 10:55:04 +01:00
parent 29ec23e582
commit c3414a63c2

View file

@ -96,14 +96,14 @@ Item {
// dynamic text sizing, so bind it manually
y: logoText.y + Style.margin + logoText.contentHeight
wrapMode: Text.WordWrap
text: "Licenced under the GNU Public License (GPL) version 2.0 - click for more info"
text: "Licenced under the GNU Public License (GPL)- click for more info"
baseTextColor: "white"
style: Text.Outline
styleColor: "black"
font.bold: true
onClicked: {
_launcher.launchUrl("http://flightgear.org/license.html");
_launcher.launchUrl("http://home.flightgear.org/about/");
}
}