Salome HOME
Documentation sur les schémas YACS
[modules/homard.git] / src / HOMARDGUI / MonCreateYACS.cxx
index aab4afe28ea82746263084b9076aa13f06d6c1c0..8b596bddc53b2075ab3c743f68cdb5eab2366950 100644 (file)
@@ -93,8 +93,8 @@ void MonCreateYACS::InitConnect()
     connect( PBDir,          SIGNAL(pressed()), this, SLOT(SetDirName()));
     connect( PBMeshFile,     SIGNAL(pressed()), this, SLOT(SetMeshFile()));
 
-    connect( RBStatic,       SIGNAL(clicked()), this, SLOT(SetType(1)));
-    connect( RBTransient,    SIGNAL(clicked()), this, SLOT(SetType(2)));
+    connect( RBConstant,     SIGNAL(clicked()), this, SLOT(SetType(1)));
+    connect( RBVariable,     SIGNAL(clicked()), this, SLOT(SetType(2)));
 
     connect( buttonOk,       SIGNAL(pressed()), this, SLOT(PushOnOK()));
     connect( buttonApply,    SIGNAL(pressed()), this, SLOT(PushOnApply()));