X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Measurements.cxx;h=1f1d5aa8a0315d1db7057afd6f17ddc92c6f5dcb;hp=c58a8c9c67fee4d967dc45197820425587a1fec4;hb=f0f67c0b47e58361bc50c7169734da604fbfca01;hpb=f6825d843153c333e95e1345ef7c7fc2d0fe5698 diff --git a/src/SMESHGUI/SMESHGUI_Measurements.cxx b/src/SMESHGUI/SMESHGUI_Measurements.cxx index c58a8c9c6..1f1d5aa8a 100644 --- a/src/SMESHGUI/SMESHGUI_Measurements.cxx +++ b/src/SMESHGUI/SMESHGUI_Measurements.cxx @@ -1457,11 +1457,11 @@ void SMESHGUI_MeasureDlg::help() { QString aHelpFile; if ( myTabWidget->currentIndex() == MinDistance ) { - aHelpFile = "measurements_page.html#min_distance_anchor"; + aHelpFile = "measurements.html#min-distance-anchor"; } else if ( myTabWidget->currentIndex() == BoundingBox ) { - aHelpFile = "measurements_page.html#bounding_box_anchor"; + aHelpFile = "measurements.html#bounding-box-anchor"; } else { - aHelpFile = "measurements_page.html#basic_properties_anchor"; + aHelpFile = "measurements.html#basic-properties-anchor"; } SMESH::ShowHelpFile( aHelpFile );