1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

LP-109 about credits: fix URLs of Qt and msys2

This commit is contained in:
Philippe Renon 2017-07-05 23:49:17 +02:00
parent f8327c2d90
commit 8f17f14400

View File

@ -83,8 +83,8 @@ AboutDialog::AboutDialog(QWidget *parent) :
+ creditRow.arg("OpenSceneGraph", "<br/>Open source high performance 3D graphics toolkit", "http://www.openscenegraph.org")
+ creditRow.arg("osgEarth", "<br/>Geospatial SDK for OpenSceneGraph", "http://osgearth.org")
+ creditRow.arg("gstreamer", "<br/>Open source multimedia framework", "https://gstreamer.freedesktop.org/")
+ creditRow.arg("MSYS2", "<br/>An independent rewrite of MSYS", "https://sourceforge.net/p/msys2/wiki/Home")
+ creditRow.arg("The Qt Company", "", "http://www.qt.io")
+ creditRow.arg("MSYS2", "<br/>An independent rewrite of MSYS", "https://github.com/msys2/msys2/wiki")
+ creditRow.arg("The Qt Company", "", "https://www.qt.io")
+ "</table>";
// uses Text.StyledText (see http://doc.qt.io/qt-5/qml-qtquick-text.html#textFormat-prop)