diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2015-02-17 19:16:21 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-17 14:07:01 -0800 |
commit | 56f6df4cd8721664258497fb950f4ae2b3cf41e6 (patch) | |
tree | 2a72c80ddf865b7237ce24bc5ecb591656320bdf /parse-xml.c | |
parent | 3aaa995fc9c6b04550c2e0953f2b4cb534fb8f9e (diff) | |
download | subsurface-56f6df4cd8721664258497fb950f4ae2b3cf41e6.tar.gz |
Hook up DiveLog import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'parse-xml.c')
-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 1ac2b41d4..5a49e2af8 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -3023,6 +3023,7 @@ static struct xslt_files { { "sensuscsv", "sensuscsv.xslt", NULL }, { "SubsurfaceCSV", "subsurfacecsv.xslt", NULL }, { "manualcsv", "manualcsv2xml.xslt", NULL }, + { "logbook", "DiveLog.xslt", NULL }, { NULL, } }; |