From 3df506b081cbd38663b9f84efed1ab136b19b246 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sun, 2 Mar 2014 18:40:05 +0100 Subject: Spelling fix, Its called Ndl Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.cpp | 4 ++-- qt-ui/mainwindow.h | 2 +- qt-ui/mainwindow.ui | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index d2d317984..43e55bac8 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -636,7 +636,7 @@ void MainWindow::readSettings() ui.profEad->setChecked(s.value("ead").toBool()); ui.profIncrement3m->setChecked(s.value("calcceiling3m").toBool()); ui.profMod->setChecked(s.value("mod").toBool()); - ui.profNtl_tts->setChecked(s.value("calcndltts").toBool()); + ui.profNdl_tts->setChecked(s.value("calcndltts").toBool()); ui.profPhe->setChecked(s.value("phegraph").toBool()); ui.profPn2->setChecked(s.value("pn2graph").toBool()); ui.profPO2->setChecked(s.value("po2graph").toBool()); @@ -1073,7 +1073,7 @@ void MainWindow::on_profMod_clicked(bool triggered) prefs.mod = triggered; TOOLBOX_PREF_PROFILE(mod); } -void MainWindow::on_profNtl_tts_clicked(bool triggered) +void MainWindow::on_profNdl_tts_clicked(bool triggered) { prefs.calc_ndl_tts = triggered; TOOLBOX_PREF_PROFILE(calcndltts); diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 57869634a..79aeeecf2 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -135,7 +135,7 @@ slots: void on_profEad_clicked(bool triggered); void on_profIncrement3m_clicked(bool triggered); void on_profMod_clicked(bool triggered); - void on_profNtl_tts_clicked(bool triggered); + void on_profNdl_tts_clicked(bool triggered); void on_profPO2_clicked(bool triggered); void on_profPhe_clicked(bool triggered); void on_profPn2_clicked(bool triggered); diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 8809a7278..390cd6696 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -374,7 +374,7 @@ - + Show NTL / TTS -- cgit v1.2.3-70-g09d2