X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=iramuteq.py;h=706082058fd8d239dce8dcc2cb6e5a7d368732bb;hp=f1898a8334c9f585e0c95ef853f0f6bf0883dc87;hb=0f1c1cf162a3958732e4000bbe9d210671a74ce7;hpb=4da73cc236c915a45115bd5a32ab8c74fdd77eef diff --git a/iramuteq.py b/iramuteq.py index f1898a8..7060820 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -1201,17 +1201,20 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, États-Unis.""" #self.Text = OpenAnalyse(self, self.filename) OpenAnalyse(self, self.filename) if not truepath: - print 'ce fichier n\'existe pas' + print 'This file does not exist' class IntroPanel(wx.Panel): def __init__(self, parent): wx.Panel.__init__(self, parent) - col = randint(0, 255) - col1 = randint(0,255) - col2 = randint(0,255) + #col = randint(0, 255) + #col1 = randint(0,255) + #col2 = randint(0,255) #col = 57 + col = 161 + col1 = 198 + col2 = 224 bckgrdcolor = wx.Colour(col, col1, col2) self.SetBackgroundColour(bckgrdcolor) txtcolour = wx.Colour(250, 250, 250)