summaryrefslogtreecommitdiffstats
path: root/export-html.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-18 12:23:30 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-18 12:23:30 -0700
commit6ad3453af0f013df7e2da5dac4109e8b6b63751d (patch)
tree3a906fec8258e9c8dfd6957a362786be11b6a470 /export-html.cpp
parentd11b3743ebc7d719cdf37ea360533f6dee3f4e4f (diff)
downloadsubsurface-6ad3453af0f013df7e2da5dac4109e8b6b63751d.tar.gz
HTML standalone exporter: use Subsurface dive numbers
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'export-html.cpp')
-rw-r--r--export-html.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/export-html.cpp b/export-html.cpp
index c117eda79..da570f4b0 100644
--- a/export-html.cpp
+++ b/export-html.cpp
@@ -60,6 +60,7 @@ int main(int argc, char **argv)
hes.selectedOnly = false;
hes.listOnly = false;
hes.yearlyStatistics = true;
+ hes.subsurfaceNumbers = true;
exportHtmlInitLogic(output, hes);
exit(0);
}