From 24351032cfc312e78a202fe5bdbdda63c6b62dce Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 20 Aug 2001 15:46:51 +0000 Subject: [PATCH] Moved SLOPE to before LINEAR, just in case any apps rely on the first breakpoint table being LINEAR+1 (unlikely, but possible). This also deliberately breaks any apps that haven't converted to using constants defined in the generated menu*.h files. --- src/bpt/menuConvert.dbd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bpt/menuConvert.dbd b/src/bpt/menuConvert.dbd index 9cd5685cd..986defbdd 100644 --- a/src/bpt/menuConvert.dbd +++ b/src/bpt/menuConvert.dbd @@ -1,7 +1,7 @@ menu(menuConvert) { choice(menuConvertNO_CONVERSION,"NO CONVERSION") - choice(menuConvertLINEAR,"LINEAR") choice(menuConvertSLOPE,"SLOPE") + choice(menuConvertLINEAR,"LINEAR") choice(menuConverttypeKdegF,"typeKdegF") choice(menuConverttypeKdegC,"typeKdegC") choice(menuConverttypeJdegF,"typeJdegF")