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

*** empty log message ***

parent f2dac2ad
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ StringXString GeneralOptions_String[] = { ...@@ -30,7 +30,7 @@ StringXString GeneralOptions_String[] = {
#else #else
{ F|O, "TextEditor" , opt_general_editor , "emacs %s &" , { F|O, "TextEditor" , opt_general_editor , "emacs %s &" ,
#endif #endif
"System command to launch a text editor (may contain '\%s')" }, "System command to launch a text editor (may contain '%%s')" },
{ 0, NULL , NULL , NULL , NULL } { 0, NULL , NULL , NULL , NULL }
} ; } ;
...@@ -314,7 +314,7 @@ StringXNumber GeometryOptions_Number[] = { ...@@ -314,7 +314,7 @@ StringXNumber GeometryOptions_Number[] = {
StringXNumber MeshOptions_Number[] = { StringXNumber MeshOptions_Number[] = {
{ F|O, "Quality" , opt_mesh_quality , 0.0 , { F|O, "Quality" , opt_mesh_quality , 0.0 ,
"Only diplay elements of quality inferior to this factor" }, "Only display elements of quality inferior to this factor" },
{ F|O, "Normals" , opt_mesh_normals , 0.0 , { F|O, "Normals" , opt_mesh_normals , 0.0 ,
"Size of the normal vectors" }, "Size of the normal vectors" },
{ F|O, "Tangents" , opt_mesh_tangents , 0.0 , { F|O, "Tangents" , opt_mesh_tangents , 0.0 ,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment