mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use abbreviations with dots.
This commit is contained in:
parent
bdb83fd9b5
commit
dcf2542215
18 changed files with 31 additions and 31 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue