Skip to content
Snippets Groups Projects
Commit 3e7bbabf authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

oops :-)

parent 932d4f90
No related branches found
No related tags found
No related merge requests found
...@@ -48,9 +48,9 @@ StringXString GeneralOptions_String[] = { ...@@ -48,9 +48,9 @@ StringXString GeneralOptions_String[] = {
{ F|O, "ErrorFileName" , opt_general_error_filename , { F|O, "ErrorFileName" , opt_general_error_filename ,
#if defined(WIN32) #if defined(WIN32)
".gmsh-errors" ,
#else
"gmsh-errors" , "gmsh-errors" ,
#else
".gmsh-errors" ,
#endif #endif
"File into which the log is saved if a fatal error occurs" }, "File into which the log is saved if a fatal error occurs" },
...@@ -66,9 +66,9 @@ StringXString GeneralOptions_String[] = { ...@@ -66,9 +66,9 @@ StringXString GeneralOptions_String[] = {
{ F|S, "OptionsFileName" , opt_general_options_filename , { F|S, "OptionsFileName" , opt_general_options_filename ,
#if defined(WIN32) #if defined(WIN32)
".gmsh-options" ,
#else
"gmsh-options" , "gmsh-options" ,
#else
".gmsh-options" ,
#endif #endif
"Option file created with `Tools->Options->Save'; automatically read on startup" }, "Option file created with `Tools->Options->Save'; automatically read on startup" },
...@@ -85,9 +85,9 @@ StringXString GeneralOptions_String[] = { ...@@ -85,9 +85,9 @@ StringXString GeneralOptions_String[] = {
{ 0, "SessionFileName" , opt_general_session_filename , { 0, "SessionFileName" , opt_general_session_filename ,
#if defined(WIN32) #if defined(WIN32)
".gmshrc" ,
#else
"gmshrc" , "gmshrc" ,
#else
".gmshrc" ,
#endif #endif
"Option file into which session specific information is saved; automatically " "Option file into which session specific information is saved; automatically "
"read on startup" }, "read on startup" },
...@@ -103,9 +103,9 @@ StringXString GeneralOptions_String[] = { ...@@ -103,9 +103,9 @@ StringXString GeneralOptions_String[] = {
"System command to launch a text editor" }, "System command to launch a text editor" },
{ F|S, "TmpFileName" , opt_general_tmp_filename , { F|S, "TmpFileName" , opt_general_tmp_filename ,
#if defined(WIN32) #if defined(WIN32)
".gmsh-tmp" ,
#else
"gmsh-tmp" , "gmsh-tmp" ,
#else
".gmsh-tmp" ,
#endif #endif
"Temporary file used by the geometry module" }, "Temporary file used by the geometry module" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment