summaryrefslogtreecommitdiffstats
path: root/paralleltag
diff options
context:
space:
mode:
authorTroy A. Griffitts <scribe@crosswire.org>2011-05-13 04:13:48 +0000
committerTroy A. Griffitts <scribe@crosswire.org>2011-05-13 04:13:48 +0000
commitfaebf4dec366e9257d38e6ea49aaca63c70cb69f (patch)
treeb97f3fd93d7129b9b8a53c5d7e1faf5fad3e5a00 /paralleltag
parent2960c50d0d3a8a6b596fe6a466b36d6926d266b7 (diff)
downloadsword-tools-faebf4dec366e9257d38e6ea49aaca63c70cb69f.tar.gz
Updated nasb convert util to be generic lockman converter (spanish names hardcoded right now)
compile update for modedit. removed context mod by default git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@324 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'paralleltag')
-rw-r--r--paralleltag/ModEdit.properties4
-rw-r--r--paralleltag/modedit.cpp1
2 files changed, 3 insertions, 2 deletions
diff --git a/paralleltag/ModEdit.properties b/paralleltag/ModEdit.properties
index 27a5352..11e216a 100644
--- a/paralleltag/ModEdit.properties
+++ b/paralleltag/ModEdit.properties
@@ -1,6 +1,6 @@
#ModEdit Properties
-#Sun Mar 15 22:41:27 GMT 2009
-contextMod=KJV
+#Sat Dec 18 01:09:43 GMT 2010
+contextMod=
localTarget=true
localImages=true
localTR=true
diff --git a/paralleltag/modedit.cpp b/paralleltag/modedit.cpp
index 119066b..25413da 100644
--- a/paralleltag/modedit.cpp
+++ b/paralleltag/modedit.cpp
@@ -13,6 +13,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <regex.h> // GNU
+#include <stdio.h>