getWylie now takes a parameter for error detection; I'm not detecting errors

here though.

Fixed a typo in a property name.
This commit is contained in:
dchandler 2003-07-01 23:20:08 +00:00
parent 0d1999d055
commit 0a1bc0d30b
3 changed files with 6 additions and 5 deletions

View file

@ -37,7 +37,7 @@ public class ConverterGUI implements FontConversion, FontConverterConstants {
public static void main(String[] args) {
// No need for the TM or TMW fonts.
System.setProperty("thdl.rely.on.system.tmw.fonts", "true");
System.setProperty("thdl.do.not.rely.on.system.tmw.fonts", "false");
System.setProperty("thdl.do.not.rely.on.system.tm.fonts", "false");
System.exit(realMain(args, System.out, null));
}