aboutsummaryrefslogtreecommitdiff
path: root/lib/about/aboutdialog.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-11-20 13:36:13 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-11-20 13:36:13 +0100
commit47eefd76a894a003ac2e7d8647860b22df755d4d (patch)
treeb44240b8b3f5813d36b5965fc7260b72f5a658fa /lib/about/aboutdialog.cpp
parentMake keyboard shortcut defaults configurable (diff)
downloadsmolbote-47eefd76a894a003ac2e7d8647860b22df755d4d.tar.xz
Add link to GPL to About dialog
Diffstat (limited to 'lib/about/aboutdialog.cpp')
-rw-r--r--lib/about/aboutdialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/about/aboutdialog.cpp b/lib/about/aboutdialog.cpp
index 02ae2cf..4e57025 100644
--- a/lib/about/aboutdialog.cpp
+++ b/lib/about/aboutdialog.cpp
@@ -46,7 +46,8 @@ AboutDialog::AboutDialog(QWidget *parent)
"<li> the freedom to share the changes you make, and</li>"
"<li> the responsibility to grant the same freedoms when sharing the software.</li>"
"</ul>"
- "<p>This program is distributed in the hope that it will be useful, but without any warranty.</p>"));
+ "<p>This program is distributed in the hope that it will be useful, but without any warranty.</p>"
+ "<p>You can read the full terms of the license on <a href='https://www.gnu.org/licenses/gpl-3.0.en.html'>the GNU website</a>.</p>"));
ui->detailsLabel->setText(tr("<p>Version " poi_Version "</p>"
"<p>Compiled with " compiler "</p>"));