Preconfigured import of Subsurface CSV log file

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2014-12-26 16:11:38 +02:00 committed by Dirk Hohndel
parent e471335af6
commit 1e04aec7fd
5 changed files with 367 additions and 1 deletions

View file

@ -2558,6 +2558,7 @@ static struct xslt_files {
{ "Divinglog", "DivingLog.xslt", NULL },
{ "csv", "csv2xml.xslt", NULL },
{ "sensuscsv", "sensuscsv.xslt", NULL },
{ "SubsurfaceCSV", "subsurfacecsv.xslt", NULL },
{ "manualcsv", "manualcsv2xml.xslt", NULL },
{ NULL, }
};