]> git.sur5r.net Git - minitube/commitdiff
Copyright 2011
authorFlavio <flavio@odisseo.local>
Mon, 28 Feb 2011 11:10:47 +0000 (12:10 +0100)
committerFlavio <flavio@odisseo.local>
Mon, 28 Feb 2011 11:10:47 +0000 (12:10 +0100)
src/AboutView.cpp

index 9342f91f044ddfdbcb23ec0e7cb85b4403691080..7b02adfc7f399acc996d9a96fbab6668f8f7d452 100644 (file)
@@ -66,7 +66,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-2010 " + Constants::ORG_NAME + "</p>"
+                   "<p>&copy; 2009-2011 " + Constants::ORG_NAME + "</p>"
                    "</body></html>";;
     QLabel *infoLabel = new QLabel(info, this);
     infoLabel->setOpenExternalLinks(true);