diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-11-24 23:21:29 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-24 15:07:25 -0800 |
commit | d0fbfc7a9c999bdab79884f3991650a1c0866adb (patch) | |
tree | af06e2f40312f65d7c5dc85213212bdaafcc205d /planner.c | |
parent | a25d351b64f311afe1d60af231bd1214b6eb4783 (diff) | |
download | subsurface-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |