From e5332989c6384ae9fcbb7e495b847f31dce9757b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 12 Mar 2005 08:18:53 +0000 Subject: [PATCH] *** empty log message *** --- Common/DefaultOptions.h | 2 +- TODO | 6 +----- doc/texinfo/opt_view.texi | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index d8cdb5bfb4..8961ec26c8 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1143,7 +1143,7 @@ StringXNumber ViewOptions_Number[] = { { F|O, "GeneralizedRaiseView" , opt_view_gen_raise_view , -1. , "Index of the view used for generalized raise (-1=self)" }, // for backward compatibility: - { F|O, "Grid" , opt_view_axes , 0 , + { F, "Grid" , opt_view_axes , 0 , "Grid mode (this option is deprecated: use View.Axes instead)" }, { F|O, "Height" , opt_view_size1 , 200. , diff --git a/TODO b/TODO index 9c2316ccde..29057d07ee 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,4 @@ -$Id: TODO,v 1.88 2005-03-11 17:46:38 geuzaine Exp $ - -******************************************************************** - -add an option to force the bb of the 3D axes +$Id: TODO,v 1.89 2005-03-12 08:18:53 geuzaine Exp $ ******************************************************************** diff --git a/doc/texinfo/opt_view.texi b/doc/texinfo/opt_view.texi index d1e0c4d9aa..3bd0be13c1 100644 --- a/doc/texinfo/opt_view.texi +++ b/doc/texinfo/opt_view.texi @@ -307,7 +307,7 @@ Saved in: @code{General.OptionsFileName} @item View.Grid Grid mode (this option is deprecated: use View.Axes instead)@* Default value: @code{0}@* -Saved in: @code{General.OptionsFileName} +Saved in: @code{-} @item View.Height Height (in pixels) of the scale or 2D graph@* -- GitLab