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/udcf.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/udcf.xslt')
-rw-r--r-- | xslt/udcf.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/udcf.xslt b/xslt/udcf.xslt index 4f3362638..b3c93e8aa 100644 --- a/xslt/udcf.xslt +++ b/xslt/udcf.xslt @@ -4,7 +4,7 @@ <xsl:output method="xml" indent="yes"/> <xsl:template match="/"> - <divelog program="subsurface" version="2"> + <divelog program="subsurface-import" version="2"> <settings> <divecomputerid deviceid="ffffffff"> <xsl:apply-templates select="/PROFILE/DEVICE|/profile/device"/> |