Import Wylie is a buggy feature. The menu now calls it "(Buggy) Import Wylie...". t+s+w doesn't even convert correctly!
Bug-free EWTS->TMW using the org.thdl.tib.text.ttt codebase will be here soon.
This commit is contained in:
parent
04816acb74
commit
084e12a02c
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ public class Jskad extends JPanel implements DocumentListener {
|
|||
toolsMenu.add(converterItem);
|
||||
|
||||
|
||||
JMenuItem importItem = new JMenuItem("Import Wylie as Tibetan...");
|
||||
JMenuItem importItem = new JMenuItem("(Buggy) Import Wylie as Tibetan...");
|
||||
importItem.addActionListener(new ThdlActionListener() {
|
||||
public void theRealActionPerformed(ActionEvent e) {
|
||||
importWylie();
|
||||
|
|
Loading…
Reference in a new issue