Fix bug 17577: Help in 4x: Section operation page is not displayed.

This commit is contained in:
jfa 2007-12-05 11:15:33 +00:00
parent 5510fe27a7
commit 76b38a4f25

View 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")));