mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-25 04:00:33 +05:00
small error fixed (BUG_NO instead of BUT_NO)
This commit is contained in:
parent
0bfe0b990b
commit
35ca94a337
@ -264,7 +264,7 @@ void GEOMToolsGUI::OnEditDelete()
|
||||
QObject::tr( "GEOM_WRN_WARNING" ),
|
||||
QObject::tr( "GEOM_REALLY_DELETE" ),
|
||||
QObject::tr( "GEOM_BUT_YES" ),
|
||||
QObject::tr( "GEOM_BUG_NO" ), 1, 0, 0 ) != 1 )
|
||||
QObject::tr( "GEOM_BUT_NO" ), 1, 0, 0 ) != 1 )
|
||||
return;
|
||||
|
||||
// QAD_Operation* op = new SALOMEGUI_ImportOperation(.....);
|
||||
|
Loading…
Reference in New Issue
Block a user