]> git.sur5r.net Git - minitube/commitdiff
It's 2015
authorFlavio Tordini <flavio.tordini@gmail.com>
Tue, 7 Apr 2015 19:30:50 +0000 (21:30 +0200)
committerFlavio Tordini <flavio.tordini@gmail.com>
Tue, 7 Apr 2015 19:30:50 +0000 (21:30 +0200)
src/aboutview.cpp

index e8e88cc847643e5cd8bb1be4b6dfb243406d8ba0..3cbea11393e7904c62b6e6d2dac9d0c6ad50872a 100644 (file)
@@ -89,7 +89,7 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) {
             "<p>" + tr("Released under the <a href='%1'>GNU General Public License</a>")
             .arg("http://www.gnu.org/licenses/gpl.html") + "</p>"
         #endif
-            "<p>&copy; 2009-2014 " + Constants::ORG_NAME + "</p>"
+            "<p>&copy; 2009-2015 " + Constants::ORG_NAME + "</p>"
             "</body></html>";
     QLabel *infoLabel = new QLabel(info, this);
     infoLabel->setOpenExternalLinks(true);