From: Flavio Date: Sat, 3 Mar 2012 14:16:56 +0000 (+0100) Subject: Years go by X-Git-Tag: 1.7.1~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e4e4079196952cc017a9eb529b48d771dcda590f;p=minitube Years go by --- 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);