From 92cc9a1aa476d32f11e8956baaff9f19bb966074 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 31 Jul 2001 10:28:50 +0000
Subject: [PATCH] *** empty log message ***

---
 Plugin/CutMap.cpp    | 4 ++--
 Plugin/CutPlane.cpp  | 4 ++--
 Plugin/CutSphere.cpp | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Plugin/CutMap.cpp b/Plugin/CutMap.cpp
index 179894408a..b0d9039906 100644
--- a/Plugin/CutMap.cpp
+++ b/Plugin/CutMap.cpp
@@ -1,4 +1,4 @@
-// $Id: CutMap.cpp,v 1.9 2001-07-31 10:24:56 geuzaine Exp $
+// $Id: CutMap.cpp,v 1.10 2001-07-31 10:28:50 geuzaine Exp $
 
 #include "CutMap.h"
 #include "List.h"
@@ -25,7 +25,7 @@ GMSH_CutMapPlugin::GMSH_CutMapPlugin(double a, int I)
 
 void GMSH_CutMapPlugin::getName(char *name) const
 {
-  strcpy(name,"CutMap");
+  strcpy(name,"Cut Map");
 }
 
 void GMSH_CutMapPlugin::getInfos(char *author, char *copyright, char *help_text) const
diff --git a/Plugin/CutPlane.cpp b/Plugin/CutPlane.cpp
index ab3a201add..3c1020ea24 100644
--- a/Plugin/CutPlane.cpp
+++ b/Plugin/CutPlane.cpp
@@ -1,4 +1,4 @@
-// $Id: CutPlane.cpp,v 1.7 2001-07-31 09:51:36 geuzaine Exp $
+// $Id: CutPlane.cpp,v 1.8 2001-07-31 10:24:56 geuzaine Exp $
 
 #include "CutPlane.h"
 #include "List.h"
@@ -8,7 +8,7 @@ StringXNumber CutPlaneOptions_Number[] = {
   { GMSH_FULLRC, "B" , NULL , 0. },
   { GMSH_FULLRC, "C" , NULL , 0. },
   { GMSH_FULLRC, "D" , NULL , 0.01 },
-  { GMSH_FULLRC, "View number" , NULL , 1. }
+  { GMSH_FULLRC, "ViewNumber" , NULL , 1. }
 };
 
 extern "C"
diff --git a/Plugin/CutSphere.cpp b/Plugin/CutSphere.cpp
index a2eb1360fa..f0c2bf16dc 100644
--- a/Plugin/CutSphere.cpp
+++ b/Plugin/CutSphere.cpp
@@ -1,4 +1,4 @@
-// $Id: CutSphere.cpp,v 1.6 2001-07-31 09:51:36 geuzaine Exp $
+// $Id: CutSphere.cpp,v 1.7 2001-07-31 10:24:56 geuzaine Exp $
 
 #include <string.h>
 #include "CutSphere.h"
@@ -9,7 +9,7 @@ StringXNumber CutSphereOptions_Number[] = {
   { GMSH_FULLRC, "Yc" , NULL , 0. },
   { GMSH_FULLRC, "Zc" , NULL , 0. },
   { GMSH_FULLRC, "R" , NULL , 0.25 },
-  { GMSH_FULLRC, "View number" , NULL , 1. }
+  { GMSH_FULLRC, "ViewNumber" , NULL , 1. }
 };
 
 extern "C"
-- 
GitLab