From 18aa79245bc406451e200825d473e9cf09a780c3 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 4 Sep 2011 16:15:34 +1000 Subject: [PATCH] Checkpoint: 0.8.4 alpha release --- mainwindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index ac1439a9..55df61ba 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -84,8 +84,7 @@ MainWindow::MainWindow(QWidget *parent) : pref["AppName"]="SleepyHead"; QString Version=QString("%1.%2.%3").arg(major_version).arg(minor_version).arg(revision_number); if (pref.Exists("VersionString") && pref["VersionString"]!=Version) { - //QMessageBox::warning(this,"Potential Crash Warning","This is a new version of SleepyHead. If you experience a crash right after clicking Ok, you will need to manually delete the SleepApp folder (it's located in your Documents folder), and things should then work normally.",QMessageBox::Ok); - QMessageBox::warning(this,"Notice","Hi, I'm currently in the middle of a large rewrite of graphing system components. Things aren't finished and some features are missing.. The mac/windows scrolling glitches show be gone now, but the new mouse handling isn't complete (ie, things will suck). This annoying message will go away when I'm done with it.",QMessageBox::Ok); + QMessageBox::warning(this,"Potential Crash Warning","This is a new version of SleepyHead. If you experience a crash right after clicking Ok, you will need to manually delete the SleepApp folder (it's located in your Documents folder), and things should then work normally.",QMessageBox::Ok); } pref["VersionString"]=Version;