diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2015-05-04 23:37:30 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-07 11:16:40 -0700 |
commit | 9cd79776f27ef9e673324c053cd48efea2bda19b (patch) | |
tree | 56bcabcfa510b3030997b2ca9c83880a9c1d9ce9 /xslt | |
parent | 178fb5152f7d14225943cd9e872e1ea5f7a8b0d9 (diff) | |
download | subsurface-9cd79776f27ef9e673324c053cd48efea2bda19b.tar.gz |
Fix event name for MacDive gas changes
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/MacDive.xslt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xslt/MacDive.xslt b/xslt/MacDive.xslt index 444876721..9e3d33e2b 100644 --- a/xslt/MacDive.xslt +++ b/xslt/MacDive.xslt @@ -420,6 +420,9 @@ <xsl:when test="alarm = 'user_depth_alarm'"> <xsl:value-of select="'maxdepth'"/> </xsl:when> + <xsl:when test="alarm = 'gas_change'"> + <xsl:value-of select="'gaschange'"/> + </xsl:when> <xsl:otherwise> <xsl:value-of select="alarm"/> </xsl:otherwise> |