1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 01:54:07 +02:00

* Updated copyright in about dialog to 2013.

This commit is contained in:
Christian Muehlhaeuser
2013-01-08 23:06:24 +01:00
parent 0a97127ea8
commit ea9bc9a4a2

View File

@@ -1190,7 +1190,7 @@ TomahawkWindow::showAboutTomahawk()
.arg( TomahawkUtils::appFriendlyVersion() );
#endif
const QString copyright( tr( "Copyright 2010 - 2012" ) );
const QString copyright( tr( "Copyright 2010 - 2013" ) );
const QString thanksto( tr( "Thanks to:" ) );
desc = QString( "%1<br/>Christian Muehlhaeuser &lt;muesli@tomahawk-player.org&gt;<br/><br/>"