From 9e7d5e2d9f17e4b3ce92fe1044f3aa153f5b7568 Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 10 Nov 2008 14:30:02 +0000 Subject: [PATCH] 0020037: EDF 859 SMESH : Mesh Element Info help unavailable --- doc/salome/gui/SMESH/input/mesh_infos.doc | 3 ++- src/SMESHGUI/SMESHGUI_WhatIsDlg.cxx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/salome/gui/SMESH/input/mesh_infos.doc b/doc/salome/gui/SMESH/input/mesh_infos.doc index 259828995..7d13b1e45 100644 --- a/doc/salome/gui/SMESH/input/mesh_infos.doc +++ b/doc/salome/gui/SMESH/input/mesh_infos.doc @@ -54,7 +54,8 @@ the information is displayed in Python Console.

Mesh Element Info

The Mesh Element Info box gives basic information about the -type and the coordinates of the selected mesh element. +type and the coordinates of the selected mesh element. +\n It is possible to either give the Id Element or to select it via the visualisation. \image html eleminfo1.png diff --git a/src/SMESHGUI/SMESHGUI_WhatIsDlg.cxx b/src/SMESHGUI/SMESHGUI_WhatIsDlg.cxx index d7dd9579d..2d8904d2a 100755 --- a/src/SMESHGUI/SMESHGUI_WhatIsDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_WhatIsDlg.cxx @@ -212,7 +212,7 @@ SMESHGUI_WhatIsDlg::SMESHGUI_WhatIsDlg( SMESHGUI* theModule, const char* name, myMeshOrSubMeshOrGroupFilter = new SMESH_LogicalFilter(aListOfFilters, SMESH_LogicalFilter::LO_OR); - myHelpFileName = "/files/viewing_mesh_info.htm#element_infos"; + myHelpFileName = "mesh_infos_page.html#mesh_element_info_anchor"; Init(); -- 2.30.2