[sword-svn] r2864 - trunk/src/mgr

scribe at crosswire.org scribe at crosswire.org
Mon Jul 8 02:30:02 MST 2013


Author: scribe
Date: 2013-07-08 02:30:02 -0700 (Mon, 08 Jul 2013)
New Revision: 2864

Modified:
   trunk/src/mgr/versificationmgr.cpp
Log:
Added v11n LXX_NT which includes LXX tradition OT with NRSV NT, useful for ancient versions


Modified: trunk/src/mgr/versificationmgr.cpp
===================================================================
--- trunk/src/mgr/versificationmgr.cpp	2013-07-08 09:29:18 UTC (rev 2863)
+++ trunk/src/mgr/versificationmgr.cpp	2013-07-08 09:30:02 UTC (rev 2864)
@@ -43,6 +43,7 @@
 #include <canon_catholic.h>	// Catholic v11n system (10 chapter Esther)
 #include <canon_catholic2.h>	// Catholic2 v11n system (16 chapter Esther)
 #include <canon_rahlfs.h>	// Rahlfs LXX v11n system
+#include <canon_lxx_nt.h>	// Rahlfs LXX + NTv11n system
 
 using std::vector;
 using std::map;
@@ -68,6 +69,7 @@
 		systemVersificationMgr->registerVersificationSystem("Catholic", otbooks_catholic, ntbooks, vm_catholic);
 		systemVersificationMgr->registerVersificationSystem("Catholic2", otbooks_catholic2, ntbooks, vm_catholic2);
 		systemVersificationMgr->registerVersificationSystem("Rahlfs", otbooks_rahlfs, ntbooks_null, vm_rahlfs);
+		systemVersificationMgr->registerVersificationSystem("LXX_NT", otbooks_rahlfs, ntbooks, vm_lxx_nt);
 	}
 	return systemVersificationMgr;
 }




More information about the sword-cvs mailing list