summaryrefslogtreecommitdiffstats
path: root/statistics.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-14 21:52:55 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-14 21:52:55 -0400
commitd00c16d4eef4c9f37620a0042645013610de4d2a (patch)
treeb2d0ad428a7be463be21037d6de5c696d9bf485d /statistics.c
parentbba99277a875f42ac1c5a895a8c3ed336bd90280 (diff)
downloadsubsurface-d00c16d4eef4c9f37620a0042645013610de4d2a.tar.gz
Add tag for deco dives
Fixes #85 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'statistics.c')
-rw-r--r--statistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/statistics.c b/statistics.c
index eb3a32117..a60c6e404 100644
--- a/statistics.c
+++ b/statistics.c
@@ -20,7 +20,7 @@ char *dtag_names[DTAG_NR] = {
N_("invalid"), N_("boat"), N_("shore"), N_("drift"), N_("deep"), N_("cavern"),
N_("ice"), N_("wreck"), N_("cave"), N_("altitude"), N_("pool"), N_("lake"),
N_("river"), N_("night"), N_("freshwater"), N_("training"), N_("teaching"),
- N_("photo"), N_("video")
+ N_("photo"), N_("video"), N_("deco")
};
static stats_t stats;