mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 18:30:36 +05:00
Bug IPAL19273 : Qt4 porting. Control ?Wires to remove? in ?Suppress holes? dialog box is wrongly named ?Selected shape?
This commit is contained in:
parent
7aa6541f70
commit
817d936a6c
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user