Fix documentation link for "Group of underlying entities" dialog

This commit is contained in:
gdd 2012-04-23 15:50:43 +00:00
parent 6fee24f068
commit f8a8ae08c8

View File

@ -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();