From: akl Date: Fri, 9 Mar 2007 09:15:13 +0000 (+0000) Subject: IPAL15174 (Dump study works wrong for Concatenate): X-Git-Tag: V3_2_6pre2~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c4b1359adbd9c6a49a15d92127ea078ddc8917eb;p=modules%2Fsmesh.git IPAL15174 (Dump study works wrong for Concatenate): fix of Problem 1 (no icon ?Build compound? in dialog box). --- 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