Add ability to export only selected dives in worldmap exporter

This patch adds the ability to export selected dives only in the worldmap
exporter. After Miika added the export dialog in commit 7dc642860d
("Implementing export dialog") and exporting only selected dives became a
choice while exporting.

Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Gehad elrobey 2014-05-21 15:23:05 +03:00 committed by Dirk Hohndel
parent 7dc642860d
commit 19e22e1bb7
3 changed files with 13 additions and 17 deletions

View file

@ -5,7 +5,7 @@
extern "C" {
#endif
extern void export_worldmap_HTML(const char* x);
extern void export_worldmap_HTML(const char* file_name, const bool selected_only);
#ifdef __cplusplus