IPAL21052 Hypothesis Construction Help doesn't show help information

This commit is contained in:
dmv 2009-04-16 07:12:26 +00:00
parent 6fbfd6322a
commit 4fcbba44ec

View File

@ -495,6 +495,8 @@ QString SMESHGUI_GenericHypothesisCreator::helpPage() const
QString aHelpFileName; QString aHelpFileName;
if ( aHypType == "LocalLength" ) if ( aHypType == "LocalLength" )
aHelpFileName = "a1d_meshing_hypo_page.html#average_length_anchor"; 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") else if ( aHypType == "Arithmetic1D")
aHelpFileName = "a1d_meshing_hypo_page.html#arithmetic_1d_anchor"; aHelpFileName = "a1d_meshing_hypo_page.html#arithmetic_1d_anchor";
else if ( aHypType == "MaxElementArea") else if ( aHypType == "MaxElementArea")