Changed check for Updates message

This commit is contained in:
Mark Watkins 2011-10-02 02:02:58 +10:00
parent 1c72f4bb7a
commit d808b08f2c

View File

@ -389,7 +389,7 @@ void MainWindow::replyFinished(QNetworkReply * reply)
QMessageBox::information(this,"Laziness Warning","I'd love to do it for you automatically, but it's not implemented yet.. :)",QMessageBox::Ok);
}
} else {
QMessageBox::information(this,"SleepyHead v"+a,"Your already up to date!",QMessageBox::Ok);
QMessageBox::information(this,"SleepyHead v"+pref["VersionString"].toString(),"You're already up to date!\nLatest version on sourceforge is v"+a,QMessageBox::Ok);
}
}
} else {