diff --git a/daily.cpp b/daily.cpp index 54fef1cf..91c8b33a 100644 --- a/daily.cpp +++ b/daily.cpp @@ -71,7 +71,6 @@ Daily::Daily(QWidget *parent,gGraphView * shared, MainWindow *mw) layout->addWidget(scrollbar,0); const int default_height=150; - SF=new gGraph(GraphView,"Event Flags",default_height); // GAHI=new gGraph(GraphView,"Event Breakdown",default_height); /*gSegmentChart * seg=new gSegmentChart(GST_Pie); @@ -86,6 +85,7 @@ Daily::Daily(QWidget *parent,gGraphView * shared, MainWindow *mw) BC=new gGraph(GraphView,"AHI Chart",default_height,2); UC=new gGraph(GraphView,"Usage Chart",default_height,2); + SF=new gGraph(GraphView,"Event Flags",default_height); FRW=new gGraph(GraphView,"Flow Rate",default_height); MP=new gGraph(GraphView,"Mask Pressure",default_height); PRD=new gGraph(GraphView,"Pressure",default_height); diff --git a/mainwindow.cpp b/mainwindow.cpp index 55df61ba..5c33987d 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -84,7 +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,"New Version 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 reimport your data. After this things should work normally.",QMessageBox::Ok); } pref["VersionString"]=Version;