aboutsummaryrefslogtreecommitdiffstats
path: root/mods
diff options
context:
space:
mode:
authordanglassey <danglassey>2002-08-14 09:57:17 +0000
committerdanglassey <danglassey>2002-08-14 09:57:17 +0000
commitc9458897ebbb739d8db83c80e06512d8a612f743 (patch)
treef8c5381045887e34388cc6b26cfccc254bf766dc /mods
downloadsword-sf-cvs-c9458897ebbb739d8db83c80e06512d8a612f743.tar.gz
*** empty log message ***
Diffstat (limited to 'mods')
-rw-r--r--mods/eastons.mod3
-rw-r--r--mods/mhc.mod3
-rw-r--r--mods/vines.mod2
-rw-r--r--mods/webster.mod3
4 files changed, 11 insertions, 0 deletions
diff --git a/mods/eastons.mod b/mods/eastons.mod
new file mode 100644
index 0000000..4e3719d
--- /dev/null
+++ b/mods/eastons.mod
@@ -0,0 +1,3 @@
+ if (!stricmp(path, "Eastons.mod"))
+ swmod = new RawLD("../../../modules/lexdict/rawld/eastons/eastons", "Eastons BD", "Easton's Bible Dictionary");
+
diff --git a/mods/mhc.mod b/mods/mhc.mod
new file mode 100644
index 0000000..952b2cd
--- /dev/null
+++ b/mods/mhc.mod
@@ -0,0 +1,3 @@
+ if (!stricmp(path, "MHC.mod"))
+ swmod = new RawCom("../../../modules/comments/rawcom/mhc/", "MHC", "Matthew Henry's Commentary on the Whole Bible");
+
diff --git a/mods/vines.mod b/mods/vines.mod
new file mode 100644
index 0000000..d51682a
--- /dev/null
+++ b/mods/vines.mod
@@ -0,0 +1,2 @@
+ if (!stricmp(path, "Vines.mod"))
+ swmod = new RawLD("../../../modules/lexdict/rawld/vines/vines", "Vines BD", "Vine's Bible Dictionary");
diff --git a/mods/webster.mod b/mods/webster.mod
new file mode 100644
index 0000000..87faad4
--- /dev/null
+++ b/mods/webster.mod
@@ -0,0 +1,3 @@
+ if (!stricmp(path, "Webster.mod"))
+ swmod = new RawText("../../../modules/texts/rawtext/webster/", "Webster", "Webster Text");
+