Salome HOME
0020431 (Fix problem with help page)
authorvsr <vsr@opencascade.com>
Wed, 16 Sep 2009 07:00:48 +0000 (07:00 +0000)
committervsr <vsr@opencascade.com>
Wed, 16 Sep 2009 07:00:48 +0000 (07:00 +0000)
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";