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:
parent
cddbbae9a1
commit
64625fd445
2 changed files with 5 additions and 13 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue