Salome HOME
pb d accent. on les enleve en français
[tools/eficas.git] / InterfaceQT4 / viewManager.py
index 78972b08522cca9b8cea756aba51cacbca7a0d38..c393cf34cb49e420699003c37ddaf377500b6c97 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(u"Creation Parametre indisponible"),tr(u"les parametres sont lies a un jeu de donnees"))
+          return
        self.dict_editors[index].gestionParam()
 
    def handleViewJdcRapport(self):
@@ -289,7 +291,7 @@ class MyTabview:
 #PNPNPNPN --> a affiner
         if fichier is None:
             self.untitledCount += 1
-            self.myQtab.addTab(win, tr("Fichier non encore nommé ", self.untitledCount))
+            self.myQtab.addTab(win, tr("Fichier non encore nomme ", self.untitledCount))
             #self.myQtab.addTab(win, str(self.appliEficas.code))
         else:
             liste=fichier.split('/')