mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Spelling fix, Its called Ndl
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
92da9c7f7c
commit
3df506b081
3 changed files with 4 additions and 4 deletions
|
@ -636,7 +636,7 @@ void MainWindow::readSettings()
|
||||||
ui.profEad->setChecked(s.value("ead").toBool());
|
ui.profEad->setChecked(s.value("ead").toBool());
|
||||||
ui.profIncrement3m->setChecked(s.value("calcceiling3m").toBool());
|
ui.profIncrement3m->setChecked(s.value("calcceiling3m").toBool());
|
||||||
ui.profMod->setChecked(s.value("mod").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.profPhe->setChecked(s.value("phegraph").toBool());
|
||||||
ui.profPn2->setChecked(s.value("pn2graph").toBool());
|
ui.profPn2->setChecked(s.value("pn2graph").toBool());
|
||||||
ui.profPO2->setChecked(s.value("po2graph").toBool());
|
ui.profPO2->setChecked(s.value("po2graph").toBool());
|
||||||
|
@ -1073,7 +1073,7 @@ void MainWindow::on_profMod_clicked(bool triggered)
|
||||||
prefs.mod = triggered;
|
prefs.mod = triggered;
|
||||||
TOOLBOX_PREF_PROFILE(mod);
|
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;
|
prefs.calc_ndl_tts = triggered;
|
||||||
TOOLBOX_PREF_PROFILE(calcndltts);
|
TOOLBOX_PREF_PROFILE(calcndltts);
|
||||||
|
|
|
@ -135,7 +135,7 @@ slots:
|
||||||
void on_profEad_clicked(bool triggered);
|
void on_profEad_clicked(bool triggered);
|
||||||
void on_profIncrement3m_clicked(bool triggered);
|
void on_profIncrement3m_clicked(bool triggered);
|
||||||
void on_profMod_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_profPO2_clicked(bool triggered);
|
||||||
void on_profPhe_clicked(bool triggered);
|
void on_profPhe_clicked(bool triggered);
|
||||||
void on_profPn2_clicked(bool triggered);
|
void on_profPn2_clicked(bool triggered);
|
||||||
|
|
|
@ -374,7 +374,7 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="profNtl_tts">
|
<widget class="QToolButton" name="profNdl_tts">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Show NTL / TTS</string>
|
<string>Show NTL / TTS</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Add table
Reference in a new issue