From 302b0212ae0aa788c4de603fe68e717e00cdbc32 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sun, 2 Oct 2011 01:35:19 +1000 Subject: [PATCH] Spelling mistake in NewProfile --- mainwindow.h | 2 +- newprofile.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mainwindow.h b/mainwindow.h index 1c646bbd..b0f3ed88 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -18,7 +18,7 @@ const int major_version=0; const int minor_version=8; -const int revision_number=5; +const int revision_number=6; namespace Ui { class MainWindow; diff --git a/newprofile.cpp b/newprofile.cpp index 9444034c..f7743848 100644 --- a/newprofile.cpp +++ b/newprofile.cpp @@ -100,7 +100,7 @@ void NewProfile::on_nextButton_clicked() prof["CPAPPrescribedMaxPressure"]=ui->minPressureEdit->value(); prof["CPAPNotes"]=ui->cpapNotes->toPlainText(); prof["DoctorName"]=ui->doctorNameEdit->text(); - prof["DcotorPractice"]=ui->doctorPracticeEdit->text(); + prof["DoctorPractice"]=ui->doctorPracticeEdit->text(); prof["DoctorAddress"]=ui->doctorAddressEdit->toPlainText(); prof["DoctorPhone"]=ui->doctorPhoneEdit->text(); prof["DoctorEmail"]=ui->doctorEmailEdit->text();