From: jfa Date: Wed, 5 Dec 2007 11:47:28 +0000 (+0000) Subject: Fix bug 17577: Help in 4x: Page is not displayed. X-Git-Tag: V4_1_0rc2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9e091cbbbc0faebf3fe66f61cdc07883276e7ada;p=modules%2Fsmesh.git Fix bug 17577: Help in 4x: Page is not displayed. --- diff --git a/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx b/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx index 22cbb7293..c31fc078a 100644 --- a/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx @@ -260,6 +260,7 @@ SMESHGUI_MakeNodeAtPointOp::SMESHGUI_MakeNodeAtPointOp() mySimulation = 0; myDlg = new SMESHGUI_MakeNodeAtPointDlg; myFilter = 0; + myHelpFileName = "mesh_through_point_page.html"; // connect signals and slots connect(myDlg->myX, SIGNAL (valueChanged(double)), this, SLOT(redisplayPreview()));