From: gdd Date: Mon, 23 Apr 2012 15:50:43 +0000 (+0000) Subject: Fix documentation link for "Group of underlying entities" dialog X-Git-Tag: TRIPOLI_323~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f8a8ae08c8756b6a37f7ba33995bf754b3b4e990;p=modules%2Fsmesh.git Fix documentation link for "Group of underlying entities" dialog --- diff --git a/src/SMESHGUI/SMESHGUI_GroupOpDlg.cxx b/src/SMESHGUI/SMESHGUI_GroupOpDlg.cxx index c0380c5e8..8588a3c56 100644 --- a/src/SMESHGUI/SMESHGUI_GroupOpDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_GroupOpDlg.cxx @@ -963,7 +963,7 @@ SMESHGUI_DimGroupDlg::SMESHGUI_DimGroupDlg( SMESHGUI* theModule ) : SMESHGUI_GroupOpDlg( theModule ) { setWindowTitle( tr( "CREATE_GROUP_OF_UNDERLYING_ELEMS" ) ); - setHelpFileName( "creating_groups_page.html#gui_create_dim_group" ); + setHelpFileName( "group_of_underlying_elements_page.html" ); QGroupBox* anArgGrp = getArgGrp();