[sword-svn] r2422 - trunk/utilities/diatheke
chrislit at crosswire.org
chrislit at crosswire.org
Wed Jun 3 21:24:22 MST 2009
Author: chrislit
Date: 2009-06-03 21:24:22 -0700 (Wed, 03 Jun 2009)
New Revision: 2422
Modified:
trunk/utilities/diatheke/corediatheke.cpp
trunk/utilities/diatheke/diatheke.cpp
Log:
enabled Arabic Vowel Points toggle
fixed typo
incremented version/copyright
Modified: trunk/utilities/diatheke/corediatheke.cpp
===================================================================
--- trunk/utilities/diatheke/corediatheke.cpp 2009-05-31 03:27:53 UTC (rev 2421)
+++ trunk/utilities/diatheke/corediatheke.cpp 2009-06-04 04:24:22 UTC (rev 2422)
@@ -250,6 +250,10 @@
manager.setGlobalOption("Transliteration", script);
else
manager.setGlobalOption("Transliteration", "Off");
+ if (optionfilters & OP_ARABICPOINTS)
+ manager.setGlobalOption("Arabic Vowel Points","On");
+ else
+ manager.setGlobalOption("Arabic Vowel Points","Off");
if (querytype == QT_SEARCH) {
Modified: trunk/utilities/diatheke/diatheke.cpp
===================================================================
--- trunk/utilities/diatheke/diatheke.cpp 2009-05-31 03:27:53 UTC (rev 2421)
+++ trunk/utilities/diatheke/diatheke.cpp 2009-06-04 04:24:22 UTC (rev 2422)
@@ -1,5 +1,5 @@
-// Diatheke 4.2.1 by Chris Little <chrislit at crosswire.org>
-// Copyright 1999-2005 by CrossWire Bible Society
+// Diatheke 4.5 by Chris Little <chrislit at crosswire.org>
+// Copyright 1999-2009 by CrossWire Bible Society
// http://www.crosswire.org/sword/diatheke
/*
@@ -31,8 +31,8 @@
void printsyntax() {
//if we got this far without exiting, something went wrong, so print syntax
- fprintf (stderr, "Diatheke command-line SWORD frontend Version 4.2.1\n");
- fprintf (stderr, "Copyright 1999-2005 by the CrossWire Bible Society\n");
+ fprintf (stderr, "Diatheke command-line SWORD frontend Version 4.5\n");
+ fprintf (stderr, "Copyright 1999-2009 by the CrossWire Bible Society\n");
fprintf (stderr, "http://www.crosswire.org/sword/diatheke/\n");
fprintf (stderr, "usage: \n ");
fprintf (stderr, "diatheke <-b module_name> [-s search_type] [-r search_range]\n");
@@ -47,7 +47,7 @@
fprintf (stderr, "Valid option_filters values are: n (Strong's numbers),\n");
fprintf (stderr, " f (Footnotes), m (Morphology), h (Section Headings),\n");
fprintf (stderr, " c (Cantillation), v (Hebrew Vowels), a (Greek Accents), p (Arabic Vowels)\n");
- fprintf (stderr, " l (Lemmas), s (Scripture Crossrefs), r (Arabic Shaping,\n");
+ fprintf (stderr, " l (Lemmas), s (Scripture Crossrefs), r (Arabic Shaping),\n");
fprintf (stderr, " b (Bi-Directional Reordering), x (Red Words of Christ)\n");
fprintf (stderr, "Maximum verses may be any integer value\n");
More information about the sword-cvs
mailing list