From 35ca94a337ffdaaf88e0ac57d40a2d8c1c9f9e1a Mon Sep 17 00:00:00 2001 From: asv Date: Mon, 27 Jun 2005 12:49:29 +0000 Subject: [PATCH] small error fixed (BUG_NO instead of BUT_NO) --- src/GEOMToolsGUI/GEOMToolsGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(.....); -- 2.39.2