Salome HOME
Merge remote branch 'origin/nouvelEficas' into nouvelEficas
[tools/eficas.git] / InterfaceQT4 / viewManager.py
index 78972b08522cca9b8cea756aba51cacbca7a0d38..e2fcece0b9b0e6a982743786a1b52b2ec3024ae4 100644 (file)
@@ -178,7 +178,9 @@ class MyTabview:
 
    def handlegestionParam(self):
        index=self.myQtab.currentIndex()
-       if index < 0 : return
+       if index < 0 : 
+          QMessageBox.warning( self.appliEficas,tr( "Creation Paramètre indisponible"),tr( "les paramètres sont liés à un jeu de données"))
+          return
        self.dict_editors[index].gestionParam()
 
    def handleViewJdcRapport(self):