]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix bug 17577: Help in 4x: Section operation page is not displayed.
authorjfa <jfa@opencascade.com>
Wed, 5 Dec 2007 11:15:33 +0000 (11:15 +0000)
committerjfa <jfa@opencascade.com>
Wed, 5 Dec 2007 11:15:33 +0000 (11:15 +0000)
src/BooleanGUI/BooleanGUI_Dialog.cxx

index 81a3451f0262483a2a5dc7e5b8f7a58fb52aca1b..f4778eba013d4817fe15f5a8fb7ed21dffef0602 100644 (file)
@@ -76,7 +76,7 @@ BooleanGUI_Dialog::BooleanGUI_Dialog( const int theOperation, GeometryGUI* theGe
       image0 = QPixmap( SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_DLG_SECTION")));
       aTitle = tr("GEOM_SECTION");
       aCaption = tr("GEOM_SECTION_TITLE");
-      setHelpFileName("section_operation_page.html");
+      setHelpFileName("section_opeartion_page.html");
       break;
   }
   QPixmap image1(SUIT_Session::session()->resourceMgr()->loadPixmap("GEOM",tr("ICON_SELECT")));