summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2016-05-21 20:14:23 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-05-21 07:03:55 -0700
commit1e607ae98d2f57ebb8dab27ada29187d9bd2dffb (patch)
tree342754110e953b1d22e5a810ce7cfadac151ce57 /desktop-widgets/diveplanner.h
parent9b29173363861861949814191861fa46e255c349 (diff)
downloadsubsurface-1e607ae98d2f57ebb8dab27ada29187d9bd2dffb.tar.gz
fixup: Don't confuse EAD and END
The previous patch (Planner: add best mix EAD preference) used the term EAD (equivalent air depth) in variable names and strings, when it should have been END (equivalent narcotic depth). They're not the same thing and shouldn't be confused. Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/diveplanner.h')
-rw-r--r--desktop-widgets/diveplanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/diveplanner.h b/desktop-widgets/diveplanner.h
index 69f993824..cf3a172c9 100644
--- a/desktop-widgets/diveplanner.h
+++ b/desktop-widgets/diveplanner.h
@@ -78,7 +78,7 @@ slots:
void setDescRate(int rate);
void setBottomPo2(double po2);
void setDecoPo2(double po2);
- void setBestmixEAD(int depth);
+ void setBestmixEND(int depth);
void setBackgasBreaks(bool dobreaks);
void disableDecoElements(int mode);