From 76b38a4f25d3dc01b0b5bb332339fe9fc199014d Mon Sep 17 00:00:00 2001 From: jfa Date: Wed, 5 Dec 2007 11:15:33 +0000 Subject: [PATCH] Fix bug 17577: Help in 4x: Section operation page is not displayed. --- src/BooleanGUI/BooleanGUI_Dialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))); -- 2.39.2