Fix the launcher summary license link
This commit is contained in:
parent
29ec23e582
commit
c3414a63c2
1 changed files with 2 additions and 2 deletions
|
@ -96,14 +96,14 @@ Item {
|
||||||
// dynamic text sizing, so bind it manually
|
// dynamic text sizing, so bind it manually
|
||||||
y: logoText.y + Style.margin + logoText.contentHeight
|
y: logoText.y + Style.margin + logoText.contentHeight
|
||||||
wrapMode: Text.WordWrap
|
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"
|
baseTextColor: "white"
|
||||||
style: Text.Outline
|
style: Text.Outline
|
||||||
styleColor: "black"
|
styleColor: "black"
|
||||||
font.bold: true
|
font.bold: true
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
_launcher.launchUrl("http://flightgear.org/license.html");
|
_launcher.launchUrl("http://home.flightgear.org/about/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue