Removed the 'Import Wylie' menu item; 'Launch Converter...' is the way to go.

Fixed the converter GUI to work perfectly (AFAIK) for EWTS->Tibetan.
This commit is contained in:
dchandler 2005-07-07 03:15:59 +00:00
parent cddbbae9a1
commit 64625fd445
2 changed files with 5 additions and 13 deletions

View file

@ -645,16 +645,6 @@ public class Jskad extends JPanel implements DocumentListener {
});
toolsMenu.add(converterItem);
JMenuItem importItem = new JMenuItem("(Buggy) Import Wylie as Tibetan Machine Web (non-Unicode)...");
importItem.addActionListener(new ThdlActionListener() {
public void theRealActionPerformed(ActionEvent e) {
importWylie();
}
});
toolsMenu.addSeparator();
toolsMenu.add(importItem);
JMenuItem openWithItem = new JMenuItem("Open With External Viewer...");
openWithItem.addActionListener(new ThdlActionListener() {
public void theRealActionPerformed(ActionEvent e) {