mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:23:23 +00:00
Fix event name for MacDive gas changes
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
178fb5152f
commit
9cd79776f2
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue