diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2013-03-08 20:12:38 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-03-08 10:17:33 -0800 |
commit | 4297d931a3da5fcfb8d8631ca9ad1be263bb22d2 (patch) | |
tree | ffb7f2ab1d341a402ee30da43e019cd592251218 /xslt/SuuntoSDM.xslt | |
parent | 473bc91c8af9de1e41e9eb3e67107d8496ab61c8 (diff) | |
download | subsurface-4297d931a3da5fcfb8d8631ca9ad1be263bb22d2.tar.gz |
Identify converted files as imported
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'xslt/SuuntoSDM.xslt')
-rw-r--r-- | xslt/SuuntoSDM.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/SuuntoSDM.xslt b/xslt/SuuntoSDM.xslt index 3a56a1036..7256952de 100644 --- a/xslt/SuuntoSDM.xslt +++ b/xslt/SuuntoSDM.xslt @@ -5,7 +5,7 @@ <xsl:template match="/"> <dives> - <program name="subsurface" version="1"/> + <program name="subsurface-import" version="1"/> <xsl:apply-templates select="/SUUNTO/MSG"/> </dives> </xsl:template> |