From: dmv Date: Thu, 16 Apr 2009 07:12:26 +0000 (+0000) Subject: IPAL21052 Hypothesis Construction Help doesn't show help information X-Git-Tag: V5_1_2rc1~60 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=4fcbba44eccd5cb25c19ecfc2ccecb0f6a49e2ea IPAL21052 Hypothesis Construction Help doesn't show help information --- diff --git a/src/SMESHGUI/SMESHGUI_Hypotheses.cxx b/src/SMESHGUI/SMESHGUI_Hypotheses.cxx index cc1fc3d1d..e636ea8d6 100644 --- a/src/SMESHGUI/SMESHGUI_Hypotheses.cxx +++ b/src/SMESHGUI/SMESHGUI_Hypotheses.cxx @@ -495,6 +495,8 @@ QString SMESHGUI_GenericHypothesisCreator::helpPage() const 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")