]> git.sur5r.net Git - minitube/commitdiff
Years go by
authorFlavio <flavio@odisseo.local>
Sat, 3 Mar 2012 14:16:56 +0000 (15:16 +0100)
committerFlavio <flavio@odisseo.local>
Sat, 3 Mar 2012 14:16:56 +0000 (15:16 +0100)
src/AboutView.cpp

index 54595d90491b7ff663169d40518ec1c139af5ace..4114631821fea54af5a55a9c60d7a83453e9bdd9 100644 (file)
@@ -53,7 +53,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-2011 " + Constants::ORG_NAME + "</p>"
+            "<p>&copy; 2009-2012 " + Constants::ORG_NAME + "</p>"
             "</body></html>";
     QLabel *infoLabel = new QLabel(info, this);
     infoLabel->setOpenExternalLinks(true);