Salome HOME
IPAL21052 Hypothesis Construction Help doesn't show help information
authordmv <dmv@opencascade.com>
Thu, 16 Apr 2009 07:12:26 +0000 (07:12 +0000)
committerdmv <dmv@opencascade.com>
Thu, 16 Apr 2009 07:12:26 +0000 (07:12 +0000)
src/SMESHGUI/SMESHGUI_Hypotheses.cxx

index cc1fc3d1d786004323eab3762be116c7407b35cd..e636ea8d6d7fe7cbc08d31cc82caff9ffa13a172 100644 (file)
@@ -495,6 +495,8 @@ QString SMESHGUI_GenericHypothesisCreator::helpPage() const
   QString aHelpFileName;
   if ( aHypType == "LocalLength" )
     aHelpFileName = "a1d_meshing_hypo_page.html#average_length_anchor";
   QString aHelpFileName;
   if ( aHypType == "LocalLength" )
     aHelpFileName = "a1d_meshing_hypo_page.html#average_length_anchor";
+  if ( aHypType == "MaxLength" )
+    aHelpFileName = "a1d_meshing_hypo_page.html#max_length_anchor";
   else if ( aHypType == "Arithmetic1D")
     aHelpFileName = "a1d_meshing_hypo_page.html#arithmetic_1d_anchor";
   else if ( aHypType == "MaxElementArea")
   else if ( aHypType == "Arithmetic1D")
     aHelpFileName = "a1d_meshing_hypo_page.html#arithmetic_1d_anchor";
   else if ( aHypType == "MaxElementArea")