From: Flavio Date: Mon, 28 Feb 2011 11:10:47 +0000 (+0100) Subject: Copyright 2011 X-Git-Tag: 1.4.1~3^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=64bc1016cc5493fcdd90de0853210a4066e73ace;p=minitube Copyright 2011 --- 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);