Mercurial > trustbridge
comparison ui/aboutdialog.cpp @ 1229:6154d554b3af
(issue101) Text improved, pointing to local dir and the online repo.:
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Wed, 24 Sep 2014 15:39:02 +0200 |
parents | 5f59344dbd13 |
children | f1f4059ec320 |
comparison
equal
deleted
inserted
replaced
1228:206eb5006c56 | 1229:6154d554b3af |
---|---|
59 "<li>PolarSSL (GNU GPL v>=2)" + | 59 "<li>PolarSSL (GNU GPL v>=2)" + |
60 "<li>Oxygen-Icons (GNU LGPL v>=3)" + | 60 "<li>Oxygen-Icons (GNU LGPL v>=3)" + |
61 "<li>OpenSSL-based signcode utility (GNU GPL v==3)" + | 61 "<li>OpenSSL-based signcode utility (GNU GPL v==3)" + |
62 "<li>OpenSSL (OpenSSL License)" + | 62 "<li>OpenSSL (OpenSSL License)" + |
63 "<li>NSIS (zlib/libpng license & Common Public License version 1.0)</ul>" + | 63 "<li>NSIS (zlib/libpng license & Common Public License version 1.0)</ul>" + |
64 tr("You will find the legally binding details in the 'licenses' directory of the " | 64 tr("You will find the legally binding details in the 'licenses' directory " |
65 "where TrustBridge is installed " | |
66 "or in the corresponding revision of the" | |
65 "<a href=\"https://wald.intevation.org/hg/trustbridge/file/tip/licenses\">TrustBridge code repository</a>.")); | 67 "<a href=\"https://wald.intevation.org/hg/trustbridge/file/tip/licenses\">TrustBridge code repository</a>.")); |
66 | 68 |
67 textDesc->setTextFormat(Qt::RichText); | 69 textDesc->setTextFormat(Qt::RichText); |
68 textDesc->setTextInteractionFlags( | 70 textDesc->setTextInteractionFlags( |
69 Qt::TextSelectableByMouse | | 71 Qt::TextSelectableByMouse | |