mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:23:25 +00:00
Hook up DiveLog import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3aaa995fc9
commit
56f6df4cd8
2 changed files with 2 additions and 0 deletions
|
@ -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, }
|
||||
};
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
<file>xslt/subsurfacecsv.xslt</file>
|
||||
<file>xslt/manualcsv2xml.xslt</file>
|
||||
<file>xslt/shearwater.xslt</file>
|
||||
<file>xslt/DiveLog.xslt</file>
|
||||
<file alias="icon_lung">icons/gas.png</file>
|
||||
<file alias="icon_mod">icons/mod.png</file>
|
||||
<file alias="icon_he">icons/he.png</file>
|
||||
|
|
Loading…
Add table
Reference in a new issue