From: Flavio Tordini Date: Tue, 7 Apr 2015 19:30:50 +0000 (+0200) Subject: It's 2015 X-Git-Tag: 2.4~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7b0ad8188a1e65e861e916a727625d33803e323a;p=minitube It's 2015 --- diff --git a/src/aboutview.cpp b/src/aboutview.cpp index e8e88cc..3cbea11 100644 --- a/src/aboutview.cpp +++ b/src/aboutview.cpp @@ -89,7 +89,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-2014 " + Constants::ORG_NAME + "

" + "

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

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