From 64bc1016cc5493fcdd90de0853210a4066e73ace Mon Sep 17 00:00:00 2001 From: Flavio Date: Mon, 28 Feb 2011 12:10:47 +0100 Subject: [PATCH] Copyright 2011 --- src/AboutView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AboutView.cpp b/src/AboutView.cpp index 9342f91..7b02adf 100644 --- a/src/AboutView.cpp +++ b/src/AboutView.cpp @@ -66,7 +66,7 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) { "

" + tr("Released under the GNU General Public License") .arg("http://www.gnu.org/licenses/gpl.html") + "

" #endif - "

© 2009-2010 " + Constants::ORG_NAME + "

" + "

© 2009-2011 " + Constants::ORG_NAME + "

" "";; QLabel *infoLabel = new QLabel(info, this); infoLabel->setOpenExternalLinks(true); -- 2.39.5