|
From: Andres M. <amo...@us...> - 2006-12-11 20:50:40
|
Update of /cvsroot/fieldling/Fieldling/src/fieldling/quilldriver/gui In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12374/src/fieldling/quilldriver/gui Modified Files: QDShell.java Log Message: Added -TranscribeQuechua to the command-line parameters to load quechua configuration. Index: QDShell.java =================================================================== RCS file: /cvsroot/fieldling/Fieldling/src/fieldling/quilldriver/gui/QDShell.java,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** QDShell.java 24 Aug 2006 21:34:24 -0000 1.58 --- QDShell.java 11 Dec 2006 20:50:38 -0000 1.59 *************** *** 50,55 **** * information between the method itself and its inner classes. */ private boolean optionsChanged; - private Color highlightColor, tagColor; - private JPanel highlightColorPanel, tagColorPanel; private static void printSyntax() --- 50,53 ---- *************** *** 119,123 **** String configName; // for now only these two options are available. More to come... ! if (!option.equals("THDLTranscription") && !option.equals("THDLReadonly")) { System.out.println("Syntax error: invalid option \"" + option + "\"!"); --- 117,121 ---- String configName; // for now only these two options are available. More to come... ! if (!option.equals("THDLTranscription") && !option.equals("THDLReadonly") && !option.equals("TranscribeQuechua")) { System.out.println("Syntax error: invalid option \"" + option + "\"!"); |