From 47eefd76a894a003ac2e7d8647860b22df755d4d Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 20 Nov 2018 13:36:13 +0100 Subject: Add link to GPL to About dialog --- lib/about/aboutdialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/about/aboutdialog.cpp') 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) "
  • the freedom to share the changes you make, and
  • " "
  • the responsibility to grant the same freedoms when sharing the software.
  • " "" - "

    This program is distributed in the hope that it will be useful, but without any warranty.

    ")); + "

    This program is distributed in the hope that it will be useful, but without any warranty.

    " + "

    You can read the full terms of the license on the GNU website.

    ")); ui->detailsLabel->setText(tr("

    Version " poi_Version "

    " "

    Compiled with " compiler "

    ")); -- cgit v1.2.1