Salome HOME
0020918: EDF 1447 SMESH: Mesh common borders V6_2_BR
authoreap <eap@opencascade.com>
Wed, 22 Dec 2010 10:11:01 +0000 (10:11 +0000)
committereap <eap@opencascade.com>
Wed, 22 Dec 2010 10:11:01 +0000 (10:11 +0000)
   specify help page

src/SMESHGUI/SMESHGUI_Hypotheses.cxx

index e974edc52ee8ee535b08f343d54f3981e11cc9fe..30aeaa3c850fb04428379d077bc0430939c7b0dc 100644 (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;
 }