]> git.sur5r.net Git - minitube/blobdiff - src/AboutView.cpp
Imported Upstream version 1.8
[minitube] / 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);