0020918: EDF 1447 SMESH: Mesh common borders

specify help page
This commit is contained in:
eap 2010-12-22 10:11:01 +00:00
parent cb1b48435d
commit a4c86cd9f4

View File

@ -557,6 +557,8 @@ QString SMESHGUI_GenericHypothesisCreator::helpPage() const
aHelpFileName = "segments_around_vertex_algo_page.html";
else if ( aHypType == "QuadrangleParams")
aHelpFileName = "a2d_meshing_hypo_page.html#hypo_quad_params_anchor";
else if ( aHypType == "ImportSource1D" || aHypType == "ImportSource2D")
aHelpFileName = "import_algos_page.html";
return aHelpFileName;
}