From 4fcbba44eccd5cb25c19ecfc2ccecb0f6a49e2ea Mon Sep 17 00:00:00 2001 From: dmv Date: Thu, 16 Apr 2009 07:12:26 +0000 Subject: [PATCH] IPAL21052 Hypothesis Construction Help doesn't show help information --- src/SMESHGUI/SMESHGUI_Hypotheses.cxx | 2 ++ 1 file changed, 2 insertions(+) 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") -- 2.30.2