From 9a6591a199f6ff7cb58ad765ad7cf9a0556c846b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 15 Mar 2006 19:00:21 +0000
Subject: [PATCH] *** empty log message ***

---
 Plugin/ExtractEdges.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Plugin/ExtractEdges.cpp b/Plugin/ExtractEdges.cpp
index 352e31b56d..522b343ce2 100644
--- a/Plugin/ExtractEdges.cpp
+++ b/Plugin/ExtractEdges.cpp
@@ -1,4 +1,4 @@
-// $Id: ExtractEdges.cpp,v 1.1 2006-03-15 18:00:45 geuzaine Exp $
+// $Id: ExtractEdges.cpp,v 1.2 2006-03-15 19:00:21 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -58,10 +58,10 @@ void GMSH_ExtractEdgesPlugin::getInfos(char *author, char *copyright, char *help
   strcpy(author, "C. Geuzaine (geuz@geuz.org)");
   strcpy(copyright, "DGR (www.multiphysics.com)");
   strcpy(help_text,
-         "Plugin(ExtractEdges) extracts the geometry edges of\n"
-	 "the view `iView', using `Angle' as the dihedral angle\n"
-	 "tolerance. If `iView' < 0, the plugin is run on the\n"
-	 "current view.\n"
+         "Plugin(ExtractEdges) extracts the geometry edges\n"
+	 "from the surface view `iView', using `Angle' as\n"
+	 "the dihedral angle tolerance. If `iView' < 0, then\n"
+	 "plugin is run on the current view.\n"
 	 "\n"
 	 "Plugin(ExtractEdges) creates one new view.\n");
 }
-- 
GitLab