From bb31c77597f28976eb4784318fa7b01a28f3942b Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Fri, 24 Mar 2017 19:11:31 +0100 Subject: minimal pO2 threshold: split max threshold into min and max Nothing really special here. Just a split of the only p02 max threshold into a min threshold and max threshold, and the adaptation of the UI. Change of translatable strings included. ref: https://github.com/Subsurface-divelog/subsurface/issues/259 Signed-off-by: Jan Mulder --- core/pref.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/pref.h') diff --git a/core/pref.h b/core/pref.h index 9122800bb..9cefd0812 100644 --- a/core/pref.h +++ b/core/pref.h @@ -14,7 +14,8 @@ typedef struct short po2; short pn2; short phe; - double po2_threshold; + double po2_threshold_min; + double po2_threshold_max; double pn2_threshold; double phe_threshold; } partial_pressure_graphs_t; -- cgit v1.2.3-70-g09d2