From 8012d5945f1034faa1b5ccdfc71a457098623b3f Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 8 Jun 2006 11:31:55 +0000
Subject: [PATCH] typo

---
 Graphics/CreateFile.cpp | 4 ++--
 doc/TODO                | 9 ++++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/Graphics/CreateFile.cpp b/Graphics/CreateFile.cpp
index f420223b05..5721b7b7e9 100644
--- a/Graphics/CreateFile.cpp
+++ b/Graphics/CreateFile.cpp
@@ -1,4 +1,4 @@
-// $Id: CreateFile.cpp,v 1.79 2006-05-17 14:30:49 geuzaine Exp $
+// $Id: CreateFile.cpp,v 1.80 2006-06-08 11:31:55 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -82,7 +82,7 @@ char *GetStringForFileFormat(int format)
   switch(format){
   case FORMAT_PPM: return "PPM";
   case FORMAT_YUV: return "YUV";
-  case FORMAT_GIF: return "MSH";
+  case FORMAT_GIF: return "GIF";
   case FORMAT_JPEG: return "JPEG";
   case FORMAT_JPEGTEX: return "JPEG";
   case FORMAT_PNG: return "PNG";
diff --git a/doc/TODO b/doc/TODO
index 7cc188c3b2..bdb9069d8b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,11 @@
-$Id: TODO,v 1.11 2006-05-17 02:08:33 geuzaine Exp $
+$Id: TODO,v 1.12 2006-06-08 11:31:55 geuzaine Exp $
+
+Custom range on "filled iso" 3D views produces ugly plots, where one
+sees inside the cut elements. (In the meantime, one can use
+Plugin(CutMap) with "ExtractVolume" set to 1 (or -1): this will
+generate a new view with an actual "cut" on the front (an
+"iso-volume"). Then one could use Plugin(Skin) to extract the outer
+surface.)
 
 ********************************************************************
 
-- 
GitLab