From 9870ebec4a9fc09f02b5eb82e711b35d1a71ef86 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 3 Aug 2001 10:44:09 +0000
Subject: [PATCH] wrong help for IntervalsType

---
 Common/DefaultOptions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index 42b3efc1ec..4b1214e5ab 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -446,7 +446,7 @@ StringXNumber ViewOptions_Number[] = {
   { F, "Visible" , opt_view_visible , 1. ,
     "Is the view visible?" },
   { F|O, "IntervalsType" , opt_view_intervals_type , DRAW_POST_ISO ,
-    "Type of interval display (1=iso, 2=discrete, 3=continuous, 4=numeric)" },
+    "Type of interval display (1=iso, 2=continuous, 3=discrete, 4=numeric)" },
   { F|O, "SaturateValues" , opt_view_saturate_values , 0 ,
     "Saturate the view values to custom min and max (1=true, 0=false)" },
   { F|O, "NbIso" , opt_view_nb_iso , 15. ,
-- 
GitLab