diff options
-rw-r--r-- | parse-xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parse-xml.c b/parse-xml.c index 4701a173a..8cf2b0c2a 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -1891,6 +1891,7 @@ static struct xslt_files { const char *file; } xslt_files[] = { { "SUUNTO", "SuuntoSDM.xslt" }, + { "Dive", "SuuntoDM4.xslt" }, { "JDiveLog", "jdivelog2subsurface.xslt" }, { "dives", "MacDive.xslt" }, { "DIVELOGSDATA", "divelogs.xslt" }, |