From 9e091cbbbc0faebf3fe66f61cdc07883276e7ada Mon Sep 17 00:00:00 2001 From: jfa Date: Wed, 5 Dec 2007 11:47:28 +0000 Subject: [PATCH] Fix bug 17577: Help in 4x: Page is not displayed. --- src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx | 1 + 1 file changed, 1 insertion(+) 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())); -- 2.39.2