Salome HOME
0020037: EDF 859 SMESH : Mesh Element Info help unavailable
authordmv <dmv@opencascade.com>
Mon, 10 Nov 2008 14:30:02 +0000 (14:30 +0000)
committerdmv <dmv@opencascade.com>
Mon, 10 Nov 2008 14:30:02 +0000 (14:30 +0000)
doc/salome/gui/SMESH/input/mesh_infos.doc
src/SMESHGUI/SMESHGUI_WhatIsDlg.cxx

index 25982899502906cfecce822f2a70c9dccd99e83b..7d13b1e45dec8a7488aa125fcf7fd13cd027afff 100644 (file)
@@ -54,7 +54,8 @@ the information is displayed in Python Console.
 <h2>Mesh Element Info</h2> 
 
 The <b>Mesh Element Info</b> 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
 
index d7dd9579d64f56f953c8abb496cc8ea91c0de726..2d8904d2a35573f64a4e266150fda555401e21e3 100755 (executable)
@@ -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();