From 7b45b2f59ac79a1e32618cc9205629addaa90fed Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 17 Aug 2006 05:18:50 +0000
Subject: [PATCH] *** empty log message ***

---
 Fltk/Callbacks.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp
index b969f3d3ee..5900d4637a 100644
--- a/Fltk/Callbacks.cpp
+++ b/Fltk/Callbacks.cpp
@@ -1,4 +1,4 @@
-// $Id: Callbacks.cpp,v 1.434 2006-08-17 03:22:21 geuzaine Exp $
+// $Id: Callbacks.cpp,v 1.435 2006-08-17 05:18:50 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -788,7 +788,7 @@ void file_save_as_cb(CALLBACK_ARGS)
     {"I-DEAS universal mesh (*.unv)", _save_unv},
     {"INRIA mesh (*.mesh)", _save_mesh},
     {"STL surface mesh (*.stl)", _save_stl},
-    {"VRML 1.0 surface mesh (*.wrl)", _save_vrml},
+    {"VRML surface mesh (*.wrl)", _save_vrml},
     {"   ", _save_auto},
     {"Encapsulated PostScript (*.eps)", _save_eps},
     {"GIF (*.gif)", _save_gif},
-- 
GitLab