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

chrislit at crosswire.org chrislit at crosswire.org
Sun Sep 27 05:53:45 MST 2009


Author: chrislit
Date: 2009-09-27 05:53:45 -0700 (Sun, 27 Sep 2009)
New Revision: 2455

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


Modified: trunk/src/mgr/versemgr.cpp
===================================================================
--- trunk/src/mgr/versemgr.cpp	2009-09-27 12:53:00 UTC (rev 2454)
+++ trunk/src/mgr/versemgr.cpp	2009-09-27 12:53:45 UTC (rev 2455)
@@ -35,6 +35,7 @@
 #include <canon_kjva.h>		// KJV + Apocrypha v11n system
 #include <canon_nrsv.h>		// NRSV v11n system
 #include <canon_nrsva.h>	// NRSVA + Apocrypha v11n system
+#include <canon_synodal.h>	// Russian Synodal v11n system
 
 using std::vector;
 using std::map;
@@ -53,6 +54,7 @@
 		systemVerseMgr->registerVersificationSystem("KJVA", otbooks_kjva, ntbooks, vm_kjva);
 		systemVerseMgr->registerVersificationSystem("NRSV", otbooks, ntbooks, vm_nrsv);
 		systemVerseMgr->registerVersificationSystem("NRSVA", otbooks_nrsva, ntbooks, vm_nrsva);
+		systemVerseMgr->registerVersificationSystem("Synodal", otbooks_synodal, ntbooks_synodal, vm_synodal);
 	}
 	return systemVerseMgr;
 }




More information about the sword-cvs mailing list