summaryrefslogtreecommitdiffstats
path: root/planner.c
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2013-11-24 23:21:29 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-24 15:07:25 -0800
commitd0fbfc7a9c999bdab79884f3991650a1c0866adb (patch)
treeaf06e2f40312f65d7c5dc85213212bdaafcc205d /planner.c
parenta25d351b64f311afe1d60af231bd1214b6eb4783 (diff)
downloadsubsurface-d0fbfc7a9c999bdab79884f3991650a1c0866adb.tar.gz
Create a drop down to choose default cylinder
This also renames the ui element to match. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'planner.c')
-rw-r--r--planner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/planner.c b/planner.c
index d325fcbb4..eb813cacc 100644
--- a/planner.c
+++ b/planner.c
@@ -208,7 +208,7 @@ int add_gas(struct dive *dive, int o2, int he)
if (i == MAX_CYLINDERS) {
return -1;
}
- /* let's make it our default cylinder (right now hardcoded as AL80) */
+ /* let's make it our default cylinder */
fill_default_cylinder(cyl);
mix->o2.permille = o2;
mix->he.permille = he;