]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/BlocksGUI/BlocksGUI.cxx
Salome HOME
Merge with OCC_development_01
[modules/geom.git] / src / BlocksGUI / BlocksGUI.cxx
index 39c125b2807074d3a27703ccfb6ff9012b00c20b..e2707c163aaa952fb7dbc686ef6ff764be1380d8 100644 (file)
@@ -32,6 +32,7 @@
 #include "BlocksGUI_TrsfDlg.h"
 //#include "BlocksGUI_CheckMultiBlockDlg.h"
 #include "BlocksGUI_ExplodeDlg.h"
+#include "BlocksGUI_PropagateDlg.h"
 
 #include "SALOMEGUI_QtCatchCorbaException.hxx"
 
@@ -107,6 +108,9 @@ bool BlocksGUI::OnGUIEvent( int theCommandID, QAD_Desktop* parent )
     case 9995:
       aDlg = new BlocksGUI_ExplodeDlg (parent, Sel);
       break;
+    case 99991:
+      aDlg = new BlocksGUI_PropagateDlg (parent, "", Sel);
+      break;
 
     default:
       parent->putInfo(tr("GEOM_PRP_COMMAND").arg(theCommandID));