IPAL21058 Preview and Compute mesh help file not found

This commit is contained in:
dmv 2009-04-16 13:31:33 +00:00
parent 4fcbba44ec
commit c41972303e
2 changed files with 3 additions and 1 deletions

View File

@ -74,6 +74,8 @@ automatically generate a 3D mesh with the most appropriate
settings. In the same way you can apply this functionality for meshing
2D objects, in which case 3D algorithms are not applied.</li>
\anchor preview_mesh_anchor
<li> After the mesh object is created and all hypotheses are assigned and
before the mesh computation, it is possible to see the mesh preview.

View File

@ -1514,7 +1514,7 @@ SMESHGUI_PrecomputeOp::SMESHGUI_PrecomputeOp()
myActiveDlg( 0 ),
myPreviewDisplayer( 0 )
{
myHelpFileName = "preview_meshes_page.html"; // V4
myHelpFileName = "constructing_meshes_page.html#preview_mesh_anchor";
}
//================================================================================