From: Pascale Noyret Date: Tue, 7 Oct 2014 08:54:31 +0000 (+0000) Subject: bug mineur X-Git-Tag: V7_5_0rc1~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b45e2ffcd195cb95355b66638e7031f415b32303;p=tools%2Feficas.git bug mineur --- diff --git a/InterfaceQT4/ssIhm.py b/InterfaceQT4/ssIhm.py index aa532c62..741e5a44 100644 --- a/InterfaceQT4/ssIhm.py +++ b/InterfaceQT4/ssIhm.py @@ -29,6 +29,7 @@ class appliEficasSSIhm: self.indice=0 self.dict_reels={} self.listeAEnlever=[] + self.multi=False name='prefs_'+self.code @@ -46,6 +47,9 @@ class appliEficasSSIhm: nameConf='configuration_'+self.code configuration=__import__(nameConf) self.CONFIGURATION = configuration.make_config(self,prefsCode.repIni) + self.CONFIGStyle = None + self.langue='fr' + self.ssIhm=True class QWParentSSIhm: def __init__(self,code,appliEficas,version_code,ssCode=None):