...
[iramuteq] / textafcuci.py
index 33315a6..bdfad06 100644 (file)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 #Author: Pierre Ratinaud
 #Copyright (c) 2008-2009 Pierre Ratinaud
-#Lisense: GNU/GPL
+#License: GNU/GPL
 
 from chemins import ConstructPathOut, ConstructAfcUciPath
 from layout import GraphPanel
@@ -108,7 +108,7 @@ class AfcUci():
         #self.TabAfcSplit.SetPage(txtafcsplit)
         
         dictrow, first = ReadList(self.corpus.dictpathout['afc_row'])
-        panel_list = ListForSpec(parent, self, dictrow, first)
+        panel_list = ListForSpec(parent, self, dictrow, first[1:])