small error fixed (BUG_NO instead of BUT_NO)

This commit is contained in:
asv 2005-06-27 12:49:29 +00:00
parent 0bfe0b990b
commit 35ca94a337

View File

@ -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(.....);