X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Hypotheses.cxx;h=e636ea8d6d7fe7cbc08d31cc82caff9ffa13a172;hb=adc76cf234693fd9a7bb24ea76b6f43eb0bc7b9b;hp=cc1fc3d1d786004323eab3762be116c7407b35cd;hpb=fd5333a3ed2fe7bcb459c3cbbe66139a25ca46e9;p=modules%2Fsmesh.git 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")