summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/maintab.cpp
diff options
context:
space:
mode:
authorGravatar Martin Měřinský <mermar@centrum.cz>2017-03-06 13:27:39 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-11 08:09:07 -0800
commitdcf254221504d1e41e491de3a74e07a7c585d2c1 (patch)
treefb681d07eb56639b6a240f2733fb96bf4445652d /desktop-widgets/maintab.cpp
parentbdb83fd9b5a28dba3076ad4d55dc6924c51367ec (diff)
downloadsubsurface-dcf254221504d1e41e491de3a74e07a7c585d2c1.tar.gz
Use abbreviations with dots.
Diffstat (limited to 'desktop-widgets/maintab.cpp')
-rw-r--r--desktop-widgets/maintab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/maintab.cpp b/desktop-widgets/maintab.cpp
index b5a156d68..4c5122762 100644
--- a/desktop-widgets/maintab.cpp
+++ b/desktop-widgets/maintab.cpp
@@ -1086,7 +1086,7 @@ void MainTab::acceptChanges()
}
if (editMode == ADD || editMode == MANUALLY_ADDED_DIVE) {
// we just added or edited the dive, let fixup_dive() make
- // sure we get the max depth right
+ // sure we get the max. depth right
current_dive->maxdepth.mm = current_dc->maxdepth.mm = 0;
fixup_dive(current_dive);
set_dive_nr_for_current_dive();