From 9fd537965dd3d1d7fd5815c18af35470964f1400 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Fri, 24 Aug 2012 13:04:10 +0200 Subject: Qt: add copyrightLabel to aboutdialog.ui - add a new label, which can be updated independently from the whole license information stuff - the benefit is, we don't need to re-translate that whole wall of text every year the copyright info changes - update to the same copyright string we use in the source and in the bitcoin-qt.exe meta-data information - removes an obsolete entry from the ui-file --- src/qt/forms/aboutdialog.ui | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'src/qt') diff --git a/src/qt/forms/aboutdialog.ui b/src/qt/forms/aboutdialog.ui index 6632e311d0..b59c2445de 100644 --- a/src/qt/forms/aboutdialog.ui +++ b/src/qt/forms/aboutdialog.ui @@ -65,9 +65,6 @@ 0.3.666-beta - - Qt::RichText - Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse @@ -88,14 +85,26 @@ + + + + IBeamCursor + + + Copyright © 2009-2012 The Bitcoin developers + + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + + + IBeamCursor - Copyright © 2009-2012 Bitcoin Developers - + This is experimental software. Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. -- cgit v1.2.3