From b5663835d9139e48b8f9425baaca901dd842d679 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 17 Jan 2005 05:19:59 +0000 Subject: [PATCH] minor help update --- Plugin/Annotate.cpp | 19 ++++++++++--------- doc/texinfo/opt_plugin.texi | 17 +++++++++-------- doc/texinfo/opt_view.texi | 6 +++--- 3 files changed, 22 insertions(+), 20 deletions(-) diff --git a/Plugin/Annotate.cpp b/Plugin/Annotate.cpp index ae05e44c16..15e7bd95d9 100644 --- a/Plugin/Annotate.cpp +++ b/Plugin/Annotate.cpp @@ -1,4 +1,4 @@ -// $Id: Annotate.cpp,v 1.5 2005-01-03 04:09:27 geuzaine Exp $ +// $Id: Annotate.cpp,v 1.6 2005-01-17 05:19:59 geuzaine Exp $ // // Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle // @@ -72,14 +72,15 @@ void GMSH_AnnotatePlugin::getInfos(char *author, char *copyright, strcpy(author, "C. Geuzaine (geuz@geuz.org)"); strcpy(copyright, "DGR (www.multiphysics.com)"); strcpy(help_text, - "Plugin(Annotate) adds a text string of size\n" - "`FontSize' in the view `iView'. If `3D' is equal\n" - "to 1, the plugin inserts the string in model\n" - "coordinates at the position (`X',`Y',`Z'). If\n" - "`3D' is equal to 0, the plugin inserts the string\n" - "in screen coordinates at the position (`X',`Y'),\n" - "and aligns it according to `Align'. If `iView'\n" - "< 0, the plugin is run on the current view.\n" + "Plugin(Annotate) adds the text string `Text' in\n" + "font `Font' and size `FontSize' in the view `iView'.\n" + "If `3D' is equal to 1, the plugin inserts the\n" + "string in model coordinates at the position\n" + "(`X',`Y',`Z'). If `3D' is equal to 0, the plugin\n" + "inserts the string in screen coordinates at the\n" + "position (`X',`Y'), and aligns it according to\n" + "`Align'. If `iView' < 0, the plugin is run on the\n" + "current view.\n" "\n" "Plugin(Annotate) is executed in-place.\n"); } diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi index 9e20f98ce3..f81c5d757b 100644 --- a/doc/texinfo/opt_plugin.texi +++ b/doc/texinfo/opt_plugin.texi @@ -1,13 +1,14 @@ @ftable @code @item Plugin(Annotate) -Plugin(Annotate) adds a text string of size -`FontSize' in the view `iView'. If `3D' is equal -to 1, the plugin inserts the string in model -coordinates at the position (`X',`Y',`Z'). If -`3D' is equal to 0, the plugin inserts the string -in screen coordinates at the position (`X',`Y'), -and aligns it according to `Align'. If `iView' -< 0, the plugin is run on the current view. +Plugin(Annotate) adds the text string `Text' in +font `Font' and size `FontSize' in the view `iView'. +If `3D' is equal to 1, the plugin inserts the +string in model coordinates at the position +(`X',`Y',`Z'). If `3D' is equal to 0, the plugin +inserts the string in screen coordinates at the +position (`X',`Y'), and aligns it according to +`Align'. If `iView' < 0, the plugin is run on the +current view. Plugin(Annotate) is executed in-place. diff --git a/doc/texinfo/opt_view.texi b/doc/texinfo/opt_view.texi index 5c1e043e1d..7574abf463 100644 --- a/doc/texinfo/opt_view.texi +++ b/doc/texinfo/opt_view.texi @@ -21,17 +21,17 @@ Saved in: @code{General.OptionsFileName} @item View.GeneralizedRaiseX Generalized elevation of the view along X-axis (in model coordinates)@* -Default value: @code{""}@* +Default value: @code{"v0"}@* Saved in: @code{General.OptionsFileName} @item View.GeneralizedRaiseY Generalized elevation of the view along Y-axis (in model coordinates)@* -Default value: @code{""}@* +Default value: @code{"v1"}@* Saved in: @code{General.OptionsFileName} @item View.GeneralizedRaiseZ Generalized elevation of the view along Z-axis (in model coordinates)@* -Default value: @code{"v0"}@* +Default value: @code{"v2"}@* Saved in: @code{General.OptionsFileName} @item View.Name -- GitLab