diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-18 12:23:30 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-18 12:23:30 -0700 |
commit | 6ad3453af0f013df7e2da5dac4109e8b6b63751d (patch) | |
tree | 3a906fec8258e9c8dfd6957a362786be11b6a470 /export-html.cpp | |
parent | d11b3743ebc7d719cdf37ea360533f6dee3f4e4f (diff) | |
download | subsurface-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.cpp | 1 |
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); } |