# HG changeset patch # User Matti Hamalainen # Date 1523439731 -10800 # Node ID 07d837442c5523bdc8a28406099fd1891e73ef1b # Parent e90dba0cd12a5eb65cf3430ee143574b1575d8c3 Open the links in about dialog via external web browser. diff -r e90dba0cd12a -r 07d837442c55 COPYING.html --- a/COPYING.html Wed Apr 11 12:38:47 2018 +0300 +++ b/COPYING.html Wed Apr 11 12:42:11 2018 +0300 @@ -6,8 +6,7 @@

https://www.qt.io/ -https://www.gnu.org/licenses/lgpl-3.0.en.html +https://www.gnu.org/licenses/lgpl-3.0.en.html

Syntilista license

diff -r e90dba0cd12a -r 07d837442c55 src/main.cpp --- a/src/main.cpp Wed Apr 11 12:38:47 2018 +0300 +++ b/src/main.cpp Wed Apr 11 12:42:11 2018 +0300 @@ -1594,6 +1594,7 @@ fh.close(); } + ui->text_License->setOpenExternalLinks(true); setModal(true); setAttribute(Qt::WA_DeleteOnClose); show();