mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
0020431 (Fix problem with help page)
This commit is contained in:
parent
6de0067382
commit
ba086e70a8
@ -532,8 +532,12 @@ QString SMESHGUI_GenericHypothesisCreator::helpPage() const
|
||||
aHelpFileName = "projection_algos_page.html";
|
||||
else if ( aHypType == "NumberOfLayers")
|
||||
aHelpFileName = "radial_prism_algo_page.html";
|
||||
else if ( aHypType == "NumberOfLayers2D")
|
||||
aHelpFileName = "radial_prism_algo_page.html";
|
||||
else if ( aHypType == "LayerDistribution")
|
||||
aHelpFileName = "radial_prism_algo_page.html";
|
||||
else if ( aHypType == "LayerDistribution2D")
|
||||
aHelpFileName = "radial_prism_algo_page.html";
|
||||
else if ( aHypType == "SegmentLengthAroundVertex")
|
||||
aHelpFileName = "segments_around_vertex_algo_page.html";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user