From e4e4079196952cc017a9eb529b48d771dcda590f Mon Sep 17 00:00:00 2001 From: Flavio Date: Sat, 3 Mar 2012 15:16:56 +0100 Subject: [PATCH] Years go by --- src/AboutView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AboutView.cpp b/src/AboutView.cpp index 54595d9..4114631 100644 --- a/src/AboutView.cpp +++ b/src/AboutView.cpp @@ -53,7 +53,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-2011 " + Constants::ORG_NAME + "

" + "

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

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