From: asv Date: Mon, 27 Jun 2005 12:49:29 +0000 (+0000) Subject: small error fixed (BUG_NO instead of BUT_NO) X-Git-Tag: T3_0_0_a4~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=35ca94a337ffdaaf88e0ac57d40a2d8c1c9f9e1a;p=modules%2Fgeom.git small error fixed (BUG_NO instead of BUT_NO) --- diff --git a/src/GEOMToolsGUI/GEOMToolsGUI.cxx b/src/GEOMToolsGUI/GEOMToolsGUI.cxx index c19ba6a6d..93acea936 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI.cxx @@ -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(.....);