diff --git a/Graphics/CreateFile.cpp b/Graphics/CreateFile.cpp
index f420223b054f388b08231b265b308c10dc67bb5e..5721b7b7e952a322b0bd9e54c98897e0fa06fcd4 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 7cc188c3b2656d01cb64ac891417a271de094279..bdb9069d8b05d7c3eeae0efccdf8a668a1788bb6 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.)
 
 ********************************************************************