mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-04 04:00:32 +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_WRN_WARNING" ),
|
||||||
QObject::tr( "GEOM_REALLY_DELETE" ),
|
QObject::tr( "GEOM_REALLY_DELETE" ),
|
||||||
QObject::tr( "GEOM_BUT_YES" ),
|
QObject::tr( "GEOM_BUT_YES" ),
|
||||||
QObject::tr( "GEOM_BUG_NO" ), 1, 0, 0 ) != 1 )
|
QObject::tr( "GEOM_BUT_NO" ), 1, 0, 0 ) != 1 )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// QAD_Operation* op = new SALOMEGUI_ImportOperation(.....);
|
// QAD_Operation* op = new SALOMEGUI_ImportOperation(.....);
|
||||||
|
Loading…
Reference in New Issue
Block a user