diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 8fffc5da9e05721fb9525a630697782656f5a0fd..722a1a698ca741811dd5fb8846439ca7e95e5cc2 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -36,7 +36,7 @@ // STRINGS StringXString GeneralOptions_String[] = { - { F|S, "DefaultFileName" , opt_general_default_filename , "unnamed.geo" , + { F|S, "DefaultFileName" , opt_general_default_filename , "untitled.geo" , "Default project file name" }, { F, "Display" , opt_general_display , "" , "X server to use (only for Unix versions)" }, diff --git a/Graphics/gl2ps.cpp b/Graphics/gl2ps.cpp index c08f7ee90855808fd9eecfa027657de32ddf969e..1cf12afcc1dbfae773bc817b186ed3ca4121fce4 100644 --- a/Graphics/gl2ps.cpp +++ b/Graphics/gl2ps.cpp @@ -2,7 +2,7 @@ * GL2PS, an OpenGL to PostScript Printing Library * Copyright (C) 1999-2002 Christophe Geuzaine * - * $Id: gl2ps.cpp,v 1.51 2002-11-12 19:11:50 geuzaine Exp $ + * $Id: gl2ps.cpp,v 1.52 2002-11-17 02:30:13 geuzaine Exp $ * * E-mail: geuz@geuz.org * URL: http://www.geuz.org/gl2ps/ @@ -1269,7 +1269,7 @@ void gl2psPrintTeXHeader(void){ if(i<=0) strcpy(name, gl2ps->filename); } else - strcpy(name, "unnamed"); + strcpy(name, "untitled"); fprintf(gl2ps->stream, "\\setlength{\\unitlength}{1pt}\n" diff --git a/tutorial/README b/tutorial/README index bcbbfc0d660c6da3f0641b4488136493b19e97fa..1d3f869ebb9059b804dc63bbcd6b96765559f6fc 100644 --- a/tutorial/README +++ b/tutorial/README @@ -1,4 +1,4 @@ -$Id: README,v 1.17 2002-11-16 21:53:24 geuzaine Exp $ +$Id: README,v 1.18 2002-11-17 02:30:13 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 @@ -29,7 +29,7 @@ curves if '1D' was not called before; '3D' will mesh all the volumes resulting mesh in the current mesh format, choose 'Save' in the context-dependent buttons, or select the appropriate format with the 'File->Save as' menu. The default mesh file name is based on the name -of the first input file on the command line (or 'unnamed' if there +of the first input file on the command line (or 'untitled' if there wasn't any input file given), with an appended extension depending on the mesh format. diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html index 66566e9652a5a07a91aa62e226b1685fd0eb5ebe..3f4ef63d4f67e67f36106738af0c3e43221a9215 100644 --- a/tutorial/tutorial.html +++ b/tutorial/tutorial.html @@ -23,7 +23,7 @@ <H1>README 1/10</H1> [<A HREF="#top">top</A>][prev][<A HREF="#file2">next</A>] <PRE> -$Id: tutorial.html,v 1.35 2002-10-20 04:48:31 geuzaine Exp $ +$Id: tutorial.html,v 1.36 2002-11-17 02:30:13 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 @@ -54,7 +54,7 @@ curves if '1D' was not called before; '3D' will mesh all the volumes resulting mesh in the current mesh format, choose 'Save' in the context-dependent buttons, or select the appropriate format with the 'File->Save as' menu. The default mesh file name is based on the name -of the first input file on the command line (or 'unnamed' if there +of the first input file on the command line (or 'untitled' if there wasn't any input file given), with an appended extension depending on the mesh format. @@ -110,20 +110,19 @@ the following command: In the Post-Processing module (select 'Post_Processing' in the module menu), two view buttons will appear, respectively labeled "a scalar -map" and "a vector map". A left mouse click toggles the visibility of -the selected view. A right mouse click provides access to the view's -options. If you want the modifications made to one view to affect also -all the other views, select the 'Apply next changes to all views' or -'Force same options for all views' option in the -'Options->Post-processing' menu. +map" and "a vector map". A mouse click on the name will toggle the +visibility of the selected view, while a click on the arrow button on +the right will provide access to the view's options. If you want the +modifications made to one view to affect also all the other views, +select the 'Apply next changes to all views' or 'Force same options +for all views' option in the 'Tools->Options->Post-processing' menu. [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->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.] +for all future Gmsh sessions, use the 'Tools->Options->Save' button.] OK, that's all, folks. Enjoy the tutorial. @@ -415,7 +414,7 @@ Geometry.Color.Surfaces = Geometry.Color.Points; </FONT></I><I><FONT COLOR="#B22222">// will dump all current options to the terminal. To save all </FONT></I><I><FONT COLOR="#B22222">// available options to a file, use the 'File->Save as->Gmsh options' </FONT></I><I><FONT COLOR="#B22222">// menu. To save the current options as the default options for all -</FONT></I><I><FONT COLOR="#B22222">// future Gmsh sessions, use the 'Options->Save options now' menu. +</FONT></I><I><FONT COLOR="#B22222">// future Gmsh sessions, use the 'Tools->Options->Save' button. </FONT></I></PRE> <HR> <A NAME="file5">