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

chrislit at crosswire.org chrislit at crosswire.org
Sun Aug 19 00:07:46 MST 2012


Author: chrislit
Date: 2012-08-19 00:07:46 -0700 (Sun, 19 Aug 2012)
New Revision: 2716

Modified:
   trunk/src/mgr/versemgr.cpp
Log:
added Rahlfs v11n


Modified: trunk/src/mgr/versemgr.cpp
===================================================================
--- trunk/src/mgr/versemgr.cpp	2012-08-15 08:40:19 UTC (rev 2715)
+++ trunk/src/mgr/versemgr.cpp	2012-08-19 07:07:46 UTC (rev 2716)
@@ -41,6 +41,7 @@
 #include <canon_luther.h>	// Luther v11n system
 #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
 
 using std::vector;
 using std::map;
@@ -65,6 +66,7 @@
 		systemVerseMgr->registerVersificationSystem("Luther", otbooks_luther, ntbooks_luther, vm_luther);
 		systemVerseMgr->registerVersificationSystem("Catholic", otbooks_catholic, ntbooks, vm_catholic);
 		systemVerseMgr->registerVersificationSystem("Catholic2", otbooks_catholic2, ntbooks, vm_catholic2);
+		systemVerseMgr->registerVersificationSystem("Rahlfs", otbooks_rahlfs, ntbooks, vm_rahlfs);
 	}
 	return systemVerseMgr;
 }




More information about the sword-cvs mailing list