From 44f70078ee2839c774423ec89f207c5252db5f7b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 24 Mar 2010 19:09:54 +0000
Subject: [PATCH] pp

---
 Plugin/MinMax.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Plugin/MinMax.cpp b/Plugin/MinMax.cpp
index 1825393bcb..891b42216c 100644
--- a/Plugin/MinMax.cpp
+++ b/Plugin/MinMax.cpp
@@ -4,7 +4,6 @@
 // bugs and problems to <gmsh@geuz.org>.
 
 #include "MinMax.h"
-#include "shapeFunctions.h"
 #include "PViewOptions.h"
 
 StringXNumber MinMaxOptions_Number[] = {
@@ -23,7 +22,7 @@ std::string GMSH_MinMaxPlugin::getHelp() const
 {
   return "Plugin(MinMax) computes the min/max of a view.\n\n"
     "If `View' < 0, the plugin is run on the current view.\n\n"
-    "Plugin(MinMax) creates one new view.";
+    "Plugin(MinMax) creates two new views.";
 }
 
 int GMSH_MinMaxPlugin::getNbOptions() const
-- 
GitLab