]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Fix bug 17577: Help in 4x: Page is not displayed.
authorjfa <jfa@opencascade.com>
Wed, 5 Dec 2007 11:47:28 +0000 (11:47 +0000)
committerjfa <jfa@opencascade.com>
Wed, 5 Dec 2007 11:47:28 +0000 (11:47 +0000)
src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx

index 22cbb72936fa5b6c1f225da88ff7bc5466b87891..c31fc078a4d89f6ef1c9659a030d9292e448c6ff 100644 (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()));