X-Git-Url: http://www.iramuteq.org/git?a=blobdiff_plain;f=OptionAlceste.py;fp=OptionAlceste.py;h=6465e2953dd118cf1652c4f6b2716668675db885;hb=9bde3d55d2131f1a33234a43c0de8b200ddb8f9a;hp=f515d7a8f2d3fbe09aabd4b86c7c2a9d36f4c7bc;hpb=0c8c6509adbec7ffb2ee844aea5e92b0e021a82d;p=iramuteq diff --git a/OptionAlceste.py b/OptionAlceste.py index f515d7a..6465e29 100755 --- a/OptionAlceste.py +++ b/OptionAlceste.py @@ -168,8 +168,8 @@ class OptionPam(wx.Dialog): self.label_1 = wx.StaticText(self, -1, u"Lemmatisation") self.radio_1 = wx.RadioBox(self, -1, u"", choices=['oui', 'non'], majorDimension=0, style=wx.RA_SPECIFY_ROWS) - self.label_exp = wx.StaticText(self, -1, u"Utiliser le dict. des expressions") - self.radio_exp = wx.RadioBox(self, -1, u"", choices=['oui', 'non'], majorDimension=0, style=wx.RA_SPECIFY_ROWS) + #self.label_exp = wx.StaticText(self, -1, u"Utiliser le dict. des expressions") + #self.radio_exp = wx.RadioBox(self, -1, u"", choices=['oui', 'non'], majorDimension=0, style=wx.RA_SPECIFY_ROWS) txt = u"""Methode de construction de la matrice des distances""" self.label_12 = wx.StaticText(self, -1, txt) @@ -212,10 +212,10 @@ de la matrice des distances""" else: self.radio_1.SetSelection(1) expressions = self.pamconf.getboolean('pam', 'expressions') - if expressions : - self.radio_exp.SetSelection(0) - else : - self.radio_exp.SetSelection(1) + #if expressions : + # self.radio_exp.SetSelection(0) + #else : + # self.radio_exp.SetSelection(1) self.choice_1.SetSelection(self.distance.index(self.pamconf.get('pam', 'method'))) if self.pamconf.get('pam', 'cluster_type') == u'pam' : self.radio_box_3.SetSelection(0)