From 31b7de2be93de474eeff0a5d310acdbeb783aba0 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 11 Sep 2002 18:29:56 +0000
Subject: [PATCH] update to current menu structure

---
 tutorial/README | 10 +++++-----
 tutorial/t2.geo |  4 ++--
 tutorial/t3.geo |  7 +++----
 tutorial/t8.geo |  2 +-
 4 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/tutorial/README b/tutorial/README
index e1b410ef8c..15a143fe90 100644
--- a/tutorial/README
+++ b/tutorial/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.15 2002-04-24 22:12:43 geuzaine Exp $
+$Id: README,v 1.16 2002-09-11 18:29:56 geuzaine Exp $
 
 Here are the examples in the Gmsh tutorial. These examples are
 commented (both C and C++-style comments can be used in Gmsh input
@@ -95,10 +95,10 @@ all the other views, select the 'Apply next changes to all views' or
 [NOTE: All the options specified interactively can also be directly
 specified in the ascii input files. All available options, with their
 current values, can be saved into a file by selecting 'File->Save
-as->Geometry->Gmsh current options', or simply viewed by pressing the
-'?' button in the status bar. To save the current options as your
-default preferences for all future Gmsh sessions, use the
-'Options->Save options now' menu.]
+as->Gmsh options', or simply viewed by pressing the '?' button in the
+status bar. To save the current options as your default preferences
+for all future Gmsh sessions, use the 'Options->Save options now'
+menu.]
 
 
 OK, that's all, folks. Enjoy the tutorial.
diff --git a/tutorial/t2.geo b/tutorial/t2.geo
index cbc277b4a2..875125a24b 100644
--- a/tutorial/t2.geo
+++ b/tutorial/t2.geo
@@ -57,8 +57,8 @@ Characteristic Length{6,22,2,3,16,12} = lc * 2 ;
 // If the transformation tools are handy to create complex geometries,
 // it is sometimes useful to generate the flat geometry, consisting
 // only of the explicit list elementary entities. This can be achieved
-// by selecting the 'File->Save as->Geometry->Gmsh unrolled geometry'
-// menu or by typing
+// by selecting the 'File->Save as->Gmsh unrolled geometry' menu or by
+// typing
 //
 // > gmsh t2.geo -0
 //
diff --git a/tutorial/t3.geo b/tutorial/t3.geo
index ef2dd57374..4cc3547ebd 100644
--- a/tutorial/t3.geo
+++ b/tutorial/t3.geo
@@ -74,7 +74,6 @@ Geometry.Color.Surfaces = Geometry.Color.Points;
 
 // A click on the '?'  button in the status bar of the graphic window
 // will dump all current options to the terminal. To save all
-// available options to a file, use the 'File->Save as->Geometry->Gmsh
-// current options' menu. To save the current options as the default
-// options for all future Gmsh sessions, use the 'Options->Save
-// options now' menu.
+// available options to a file, use the 'File->Save as->Gmsh options'
+// menu. To save the current options as the default options for all
+// future Gmsh sessions, use the 'Options->Save options now' menu.
diff --git a/tutorial/t8.geo b/tutorial/t8.geo
index 9b7223f2b5..89a653b53d 100644
--- a/tutorial/t8.geo
+++ b/tutorial/t8.geo
@@ -17,7 +17,7 @@ Include "view4.pos" ;
 // Some general options are set (all the options specified
 // interactively can be directly specified in the ascii input
 // files. The current options can be saved into a file by selecting
-// 'File->Save as->Geometry->Gmsh current options').
+// 'File->Save as->Gmsh options').
 
 General.Trackball = 0 ;
 General.RotationX = 0 ;
-- 
GitLab