Salome HOME
0020310: EDF 997 SMESH : Tell the mesh to pass through different points
authorvsr <vsr@opencascade.com>
Tue, 15 Sep 2009 16:34:26 +0000 (16:34 +0000)
committervsr <vsr@opencascade.com>
Tue, 15 Sep 2009 16:34:26 +0000 (16:34 +0000)
Fixed problem with help page.

src/SMESHGUI/SMESHGUI_Hypotheses.cxx

index f459f6a196dd90ffac8ae13ea11bea2aad4853cb..fba6f5e4db9d8464ee267b6912fbfa7b4391a2fd 100644 (file)
@@ -510,7 +510,7 @@ QString SMESHGUI_GenericHypothesisCreator::helpPage() const
     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 == "FixedPointsc1D")
+  else if ( aHypType == "FixedPoints1D")
     aHelpFileName = "a1d_meshing_hypo_page.html#fixed_points_1d_anchor";
   else if ( aHypType == "MaxElementArea")
     aHelpFileName = "a2d_meshing_hypo_page.html#max_element_area_anchor";