From c4b1359adbd9c6a49a15d92127ea078ddc8917eb Mon Sep 17 00:00:00 2001 From: akl Date: Fri, 9 Mar 2007 09:15:13 +0000 Subject: [PATCH] IPAL15174 (Dump study works wrong for Concatenate): fix of Problem 1 (no icon ?Build compound? in dialog box). --- src/SMESHGUI/SMESHGUI.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 47ab6aae7..9427c8d61 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -1396,10 +1396,7 @@ bool SMESHGUI::OnGUIEvent( int theCommandID ) { if (checkLock(aStudy)) break; EmitSignalDeactivateDialog(); - new SMESHGUI_BuildCompoundDlg( this, - tr("SMESH_BUILD_COMPOUND_TITLE"), - tr("ICON_DLG_BUILD_COMPOUND"), - 1 ); + new SMESHGUI_BuildCompoundDlg( this ); } break; case 407: // DIAGONAL INVERSION -- 2.39.2