]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Qt4 porting. There are nonsignificant zeros in fields of some dialog boxes, if a...
authordmv <dmv@opencascade.com>
Fri, 10 Oct 2008 06:30:20 +0000 (06:30 +0000)
committerdmv <dmv@opencascade.com>
Fri, 10 Oct 2008 06:30:20 +0000 (06:30 +0000)
src/RepairGUI/RepairGUI_SewingDlg.cxx

index 066c935a474bdbf290c4c18933933f720f23f874..92d61781e886a5f6af9ff0c712970dba72aa78aa 100644 (file)
@@ -70,7 +70,7 @@ RepairGUI_SewingDlg::RepairGUI_SewingDlg( GeometryGUI* theGeometryGUI, QWidget*
   GroupPoints = new DlgRef_1SelExt( centralWidget() );
   GroupPoints->GroupBox1->setTitle( tr( "GEOM_SEWING" ) );
   GroupPoints->TextLabel1->setText( tr( "GEOM_SELECTED_SHAPE" ) );
-  GroupPoints->PushButton1->setIxcon( image1 );
+  GroupPoints->PushButton1->setIcon( image1 );
   GroupPoints->LineEdit1->setReadOnly( true );
 
   QGridLayout* aLay = new QGridLayout( GroupPoints->Box );