Salome HOME
0020431 (Fix problem with help page)
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Hypotheses.cxx
index fba6f5e4db9d8464ee267b6912fbfa7b4391a2fd..cd98e6b4e48748fd7f432573cd11f10dabf63d64 100644 (file)
@@ -532,8 +532,12 @@ QString SMESHGUI_GenericHypothesisCreator::helpPage() const
     aHelpFileName = "projection_algos_page.html";
   else if ( aHypType == "NumberOfLayers")
     aHelpFileName = "radial_prism_algo_page.html";
+  else if ( aHypType == "NumberOfLayers2D")
+    aHelpFileName = "radial_prism_algo_page.html";
   else if ( aHypType == "LayerDistribution")
     aHelpFileName = "radial_prism_algo_page.html";
+  else if ( aHypType == "LayerDistribution2D")
+    aHelpFileName = "radial_prism_algo_page.html";
   else if ( aHypType == "SegmentLengthAroundVertex")
     aHelpFileName = "segments_around_vertex_algo_page.html";