Help file names corrected

This commit is contained in:
sln 2008-11-28 08:36:56 +00:00
parent 5ed841ca73
commit 10c9a47ab5

View File

@ -913,7 +913,7 @@ SMESHGUI_DimGroupDlg::SMESHGUI_DimGroupDlg( SMESHGUI* theModule )
: SMESHGUI_GroupOpDlg( theModule )
{
setWindowTitle( tr( "CREATE_GROUP_OF_UNDERLYING_ELEMS" ) );
setHelpFileName( "using_operations_on_groups_page.html#underlying_anchor" );
setHelpFileName( "creating_groups_page.html#gui_create_dim_group" );
QGroupBox* anArgGrp = getArgGrp();