diff --git a/src/tomahawkwindow.cpp b/src/tomahawkwindow.cpp index d7a4f036e..30268713f 100644 --- a/src/tomahawkwindow.cpp +++ b/src/tomahawkwindow.cpp @@ -389,5 +389,5 @@ TomahawkWindow::setWindowTitle( const QString& title ) void TomahawkWindow::showAboutTomahawk() { - QMessageBox::about( this, "About Tomahawk", "Copyright 2010 Christian Muehlhaeuser \n\nThanks to: Leo Franchi, Jeff Mitchell, Dominik Schmidt and Steve Robertson" ); + QMessageBox::about( this, "About Tomahawk", "Copyright 2010 Christian Muehlhaeuser \n\nThanks to: Leo Franchi, Jeff Mitchell, Dominik Schmidt, Alejandro Wainzinger and Steve Robertson" ); }