I renamed this function a while ago.
This commit is contained in:
parent
7d24ab393f
commit
af013a6a39
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public class DictionaryTableModel extends AbstractTableModel
|
|||
try
|
||||
{
|
||||
for (i=0; i<array.length; i++)
|
||||
arrayTibetan[i]=TibTextUtils.getTibetanMachineWeb(array[i].getWylie());
|
||||
arrayTibetan[i]=TibTextUtils.getTibetanMachineWebForEWTS(array[i].getWylie());
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue