X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=guifunct.py;h=b16c58c10b7bc431df768fe1aefbb8a7284225e5;hp=8ee4879038bf1160b472399a47c3a3e0de23ed4b;hb=5d84083b41b807307732adb78e1be7fd3e3ff004;hpb=23c18d65a858461bfb5b62b948522640d6d52507 diff --git a/guifunct.py b/guifunct.py index 8ee4879..b16c58c 100644 --- a/guifunct.py +++ b/guifunct.py @@ -14,7 +14,7 @@ from functions import treat_var_mod def OnOpen(self, type): if type == "Data": - wildcard = u"Fichiers supportés|*.ods;*.xls;*.csv;*.txt|Openoffice Clac|*.ods|Fichier excel|*.xls|Fichier csv|*.csv|Fichier texte|*.txt|Tous les fichiers|*" + wildcard = u"Fichiers supportés|*.ods;*.xls;*.csv;*.txt|Openoffice Calc|*.ods|Excel 97/2000/XP/2003|*.xls|Fichier csv|*.csv|Fichier texte|*.txt|Tous les fichiers|*" elif type == "Texte": wildcard = "Fichier texte|*.txt|Tous les fichiers|*" elif type == "Analyse":