From: Pascale Noyret Date: Tue, 23 Oct 2007 09:01:10 +0000 (+0000) Subject: PN pour QT X-Git-Tag: V1_13_InstallationQT~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dbe62358732d8aead9ae6b46e02a6940ad014323;p=modules%2Feficas.git PN pour QT --- diff --git a/Ihm/I_MACRO_ETAPE.py b/Ihm/I_MACRO_ETAPE.py index 0ab72b58..278922cf 100644 --- a/Ihm/I_MACRO_ETAPE.py +++ b/Ihm/I_MACRO_ETAPE.py @@ -110,7 +110,10 @@ class MACRO_ETAPE(I_ETAPE.ETAPE): self.text_converted=0 self.text_error="" if self.nom != "INCLUDE_MATERIAU": - format=self.jdc.appli.format_fichier.get() + if self.parent.appli.ihm == "QT" : + format=self.jdc.appli.format_fichier + else : + format=self.jdc.appli.format_fichier.get() if convert.plugins.has_key(format): # Le convertisseur existe on l'utilise p=convert.plugins[format]()