Fix bug 17577: Help in 4x: Page is not displayed.

This commit is contained in:
jfa 2007-12-05 11:47:28 +00:00
parent 6afbf9dbec
commit 9e091cbbbc

View File

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