1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-22 16:59:58 +01:00

Weird, where did this come from?!

This commit is contained in:
Dominik Schmidt 2011-05-02 04:07:31 +02:00
parent 819fc4881e
commit e8be8e95b5

View File

@ -163,7 +163,7 @@ TomahawkWindow::TomahawkWindow( QWidget* parent )
qtsparkle::Updater* updater = new qtsparkle::Updater( updaterUrl, this );
updater->SetNetworkAccessManager( TomahawkUtils::nam() );
updater->SetVersion( VERSION );
updater->SetVersion( TOMAHAWK_VERSION );
ui->menu_Help->addSeparator();
QAction* checkForUpdates = ui->menu_Help->addAction( tr( "Check For Updates...") );