[sword-cvs] sword/src/mgr markupfiltmgr.cpp,1.4,1.5
sword@www.crosswire.org
sword@www.crosswire.org
Sat, 5 Apr 2003 02:02:08 -0700
Update of /usr/local/cvsroot/sword/src/mgr
In directory www:/tmp/cvs-serv29859
Modified Files:
markupfiltmgr.cpp
Log Message:
turned OSIS support on for RTF renderers
Index: markupfiltmgr.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/mgr/markupfiltmgr.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** markupfiltmgr.cpp 1 Oct 2002 19:52:40 -0000 1.4
--- markupfiltmgr.cpp 5 Apr 2003 09:02:06 -0000 1.5
***************
*** 33,36 ****
--- 33,37 ----
#include <gbfosis.h>
#include <thmlosis.h>
+ #include <osisrtf.h>
#include <markupfiltmgr.h>
***************
*** 225,229 ****
fromthml = new ThMLRTF();
fromgbf = new GBFRTF();
! fromosis = NULL;
break;
case FMT_OSIS:
--- 226,230 ----
fromthml = new ThMLRTF();
fromgbf = new GBFRTF();
! fromosis = new OSISRTF();
break;
case FMT_OSIS: