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 ++- lib/about/aboutdialog.ui | 15 +++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'lib/about') 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 "

    ")); diff --git a/lib/about/aboutdialog.ui b/lib/about/aboutdialog.ui index e6a37cf..dbd2561 100644 --- a/lib/about/aboutdialog.ui +++ b/lib/about/aboutdialog.ui @@ -56,8 +56,8 @@ 0 0 - 400 - 452 + 406 + 450 @@ -81,8 +81,8 @@ 0 0 - 400 - 452 + 406 + 450 @@ -97,6 +97,9 @@ true + + true + @@ -106,8 +109,8 @@ 0 0 - 400 - 452 + 96 + 120 -- cgit v1.2.1