HTML standalone exporter: use Subsurface dive numbers

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-06-18 12:23:30 -07:00
parent d11b3743eb
commit 6ad3453af0

View file

@ -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);
}