]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
modif commentaire version
authoreficas <>
Mon, 12 May 2003 16:15:33 +0000 (16:15 +0000)
committereficas <>
Mon, 12 May 2003 16:15:33 +0000 (16:15 +0000)
Editeur/appli.py

index eee465f974d82e4700301ab6269a11e90579908a..740b1eb8f17167717e5235556ba22dfefbf4685b 100644 (file)
@@ -163,7 +163,7 @@ class APPLI:
           Retourne un texte d'informations sur la session courante d'EFICAS
       """
       texte = VERSION + '\n\n'
-      texte = texte + 'EFICAS est un produit développé par \nEDF-Division Stratégie et Développement\n'
+      texte = texte + 'EFICAS est un produit développé par \nEDF-R&D\n'
       texte = texte + 'Equipe : SINETICS\n\n'
       texte = texte + 'Code utilisé : %s version %s\n' % (self.code,properties.version)
       return texte