summaryrefslogtreecommitdiff
path: root/src/aboutdialog.cpp
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2015-10-10 19:36:12 +0200
committerTannin <sherb@gmx.net>2015-10-10 19:36:12 +0200
commit7d93a9a2003f31188e4da8cbcd7e5df0352bb900 (patch)
tree96757b9587e52c337de92a8280e3888fe9a8d156 /src/aboutdialog.cpp
parent90d87a0cf75be44da34c3c3282f82e5b3a399168 (diff)
updated about dialog. Now contains a link to the source code
Diffstat (limited to 'src/aboutdialog.cpp')
-rw-r--r--src/aboutdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aboutdialog.cpp b/src/aboutdialog.cpp
index 7b311263..6fce2acb 100644
--- a/src/aboutdialog.cpp
+++ b/src/aboutdialog.cpp
@@ -37,7 +37,7 @@ AboutDialog::AboutDialog(const QString &version, QWidget *parent)
m_LicenseFiles[LICENSE_ZLIB] = "zlib.txt";
m_LicenseFiles[LICENSE_APACHE2] = "apache-license-2.0.txt";
- addLicense("Qt 5.4", LICENSE_LGPL3);
+ addLicense("Qt", LICENSE_LGPL3);
addLicense("Qt Json", LICENSE_GPL3);
addLicense("Boost Library", LICENSE_BOOST);
addLicense("7-zip", LICENSE_LGPL3);