From dde28f40dcf10560f92378ac61fab0b941d69eae Mon Sep 17 00:00:00 2001 From: Flavio Tordini Date: Fri, 22 Jan 2010 20:33:42 +0100 Subject: [PATCH] It's 2010 --- src/AboutView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AboutView.cpp b/src/AboutView.cpp index ef28557..2d727d2 100644 --- a/src/AboutView.cpp +++ b/src/AboutView.cpp @@ -57,7 +57,7 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) { "

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

" - "

© 2009 " + Constants::ORG_NAME + "

"; + "

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

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