From: jfa Date: Wed, 5 Dec 2007 11:15:33 +0000 (+0000) Subject: Fix bug 17577: Help in 4x: Section operation page is not displayed. X-Git-Tag: V4_1_0rc2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=76b38a4f25d3dc01b0b5bb332339fe9fc199014d;p=modules%2Fgeom.git Fix bug 17577: Help in 4x: Section operation page is not displayed. --- diff --git a/src/BooleanGUI/BooleanGUI_Dialog.cxx b/src/BooleanGUI/BooleanGUI_Dialog.cxx index 81a3451f0..f4778eba0 100644 --- a/src/BooleanGUI/BooleanGUI_Dialog.cxx +++ b/src/BooleanGUI/BooleanGUI_Dialog.cxx @@ -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")));