Bug IPAL19273 : Qt4 porting. Control ?Wires to remove? in ?Suppress holes? dialog box is wrongly named ?Selected shape?

This commit is contained in:
ouv 2008-03-20 13:41:27 +00:00
parent 7aa6541f70
commit 817d936a6c

View File

@ -71,7 +71,7 @@ RepairGUI_RemoveHolesDlg::RepairGUI_RemoveHolesDlg( GeometryGUI* theGeometryGUI,
GroupPoints->PushButton1->setIcon( image1 );
GroupPoints->LineEdit1->setReadOnly( true );
GroupPoints->CheckButton1->setText( tr( "GEOM_REMOVE_ALL_HOLES" ) );
GroupPoints->TextLabel2->setText( tr( "GEOM_SELECTED_SHAPE" ) );
GroupPoints->TextLabel2->setText( tr( "GEOM_WIRES_TO_REMOVE" ) );
GroupPoints->PushButton2->setIcon( image1 );
GroupPoints->LineEdit2->setReadOnly( true );