From d808b08f2c0606b80cd233a2e27030c2ee80cee7 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 2 Oct 2011 02:02:58 +1000 Subject: [PATCH] Changed check for Updates message --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 858e7eba..643a99cf 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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 {