diff options
| author | 2016-12-31 09:56:08 +0200 | |
|---|---|---|
| committer | 2016-12-31 17:15:15 -0800 | |
| commit | e94d49668ef9e216e1fff0de8ce9303b55c67c35 (patch) | |
| tree | 3ee999d3ddbd6781ee83b379a1d6db3f5162be67 /core/parse-xml.c | |
| parent | 02eb16aec5c1189b1b4c2c35e7a493e9269b09e6 (diff) | |
| download | subsurface-e94d49668ef9e216e1fff0de8ce9303b55c67c35.tar.gz | |
Hooking up av1.xslt for log import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'core/parse-xml.c')
| -rw-r--r-- | core/parse-xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/parse-xml.c b/core/parse-xml.c index aa2e7125f..44cfece57 100644 --- a/core/parse-xml.c +++ b/core/parse-xml.c @@ -3738,6 +3738,7 @@ static struct xslt_files { { "SubsurfaceCSV", "subsurfacecsv.xslt", NULL }, { "manualcsv", "manualcsv2xml.xslt", NULL }, { "logbook", "DiveLog.xslt", NULL }, + { "AV1", "av1.xslt", NULL }, { NULL, } }; |