From: Flavio Tordini Date: Fri, 22 Jan 2010 19:33:42 +0000 (+0100) Subject: It's 2010 X-Git-Tag: 0.9~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dde28f40dcf10560f92378ac61fab0b941d69eae;p=minitube It's 2010 --- 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);