From bd767ba62b3465850e475eb81d95271881bafd14 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 29 Dec 2003 05:39:14 +0000 Subject: [PATCH] Added todo item + type for css link + fixed typo in color carousel --- Common/DefaultOptions.h | 2 +- TODO | 6 +++++- doc/gmsh.html | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index f61f4a19d9..ae9392784d 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1214,7 +1214,7 @@ StringXColor MeshOptions_Color[] = { { F|O, "Seven" , opt_mesh_color_7 , COL7, COL7, COLW, "Seventh color in color carousel" }, { F|O, "Eight" , opt_mesh_color_8 , COL8, COL8, COLW, "Eighth color in color carousel" }, { F|O, "Nine" , opt_mesh_color_9 , COL9, COL9, COLW, "Ninth color in color carousel" }, - { F|O, "Ten" , opt_mesh_color_10 , COL10, COL10, COLW, "tenth color in color carousel" }, + { F|O, "Ten" , opt_mesh_color_10 , COL10, COL10, COLW, "Tenth color in color carousel" }, { 0, NULL , NULL , 0, 0, 0 , NULL } } ; diff --git a/TODO b/TODO index 171236aeeb..206867920b 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,8 @@ -$Id: TODO,v 1.26 2003-11-29 20:23:22 geuzaine Exp $ +$Id: TODO,v 1.27 2003-12-29 05:39:14 geuzaine Exp $ + +add nicer 3d drawing code for arrows (cylinder+cone, with lights) + +******************************************************************** Yves Krahenbuhl wrote: diff --git a/doc/gmsh.html b/doc/gmsh.html index e55af712ae..4070aa86be 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -12,8 +12,8 @@ built-in pre- and post-processing facilities</title> delaunay triangulation, automatic, maillages, mailleur, 3D, mesh adaptation, finite element postprocessing, CAD"> -<link href="/general.css" rel="stylesheet"> -<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> +<link href="/general.css" rel="stylesheet" type="text/css"> +<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"> </head> -- GitLab