1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-425 About dialog fix

This commit is contained in:
Laurent Lalanne 2016-12-12 00:10:52 +01:00
parent 8d22c54948
commit 6947dd503b

View File

@ -80,7 +80,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
const QString credits = "<table width=\"100%\">"
+ creditRow.arg("Tau Labs", "", "http://www.taulabs.org")
+ creditRow.arg("dRonin", "", "http://www.dronin.org")
+ creditRow.arg("OpenSceneGraph", "<br/>Open source high performance 3D graphics toolkit", "http://www.openscenegraph.org", "http://www.openscenegraph.org/images/osg64.png")
+ 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("MSYS2", "<br/>An independent rewrite of MSYS", "https://sourceforge.net/p/msys2/wiki/Home")
+ creditRow.arg("The Qt Company", "", "http://www.qt.io")