diff options
author | Monty Taylor <mordred@inaugust.com> | 2020-05-04 18:07:56 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-05-05 08:25:21 -0700 |
commit | 7a9214575e4b8124995fb6e8edf2895a19f4170d (patch) | |
tree | 04b6af6d471f7435764369d8210a1814787912ac /core/qthelper.h | |
parent | 95e6792c4fe353441fd1cad8bad8b459b1a37d65 (diff) | |
download | subsurface-7a9214575e4b8124995fb6e8edf2895a19f4170d.tar.gz |
cleanup: Change Salty to Brackish
In the code, the difference between SALTYWATER and SALTWATER is hard
to see. More importantly, in the UI - Brackish is the word for water
that has more salt that freshwater but less salt that seawater. The
docs already use the word to clarify what is meant.
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index 26e9ef262..4a7d8ec52 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -11,7 +11,7 @@ struct picture; // 1) Types enum inertgas {N2, HE}; -enum watertypes {FRESHWATER, SALTYWATER, EN13319WATER, SALTWATER, DC_WATERTYPE}; +enum watertypes {FRESHWATER, BRACKISHWATER, EN13319WATER, SALTWATER, DC_WATERTYPE}; // 2) Functions visible only to C++ parts |