]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
PN : report modif pour homard
authoreficas <>
Thu, 16 Sep 2004 08:37:02 +0000 (08:37 +0000)
committereficas <>
Thu, 16 Sep 2004 08:37:02 +0000 (08:37 +0000)
Editeur/bureau.py

index 1ea3a888f3ac78bbc587234bd2e52d7f70c87b64..cf0dd917798c3d9a31bc1cb152bf71c8bcd0ebf2 100644 (file)
@@ -235,6 +235,8 @@ class BUREAU:
       """
       if self.code == 'ASTER':
           filetypes = ( ("format "+self.appli.format_fichier.get(), ".comm"),("Tous",'*'))
+      elif self.code == 'HOMARD' :
+          filetypes = ( ("format "+self.appli.format_fichier.get(), ".py"),("Tous",'*'))
       else:
           filetypes = ( ("format "+self.appli.format_fichier.get(), ".py"),)
       if not hasattr(self,'initialdir'):