[sword-cvs] sword/src/mgr swmgr.cpp,1.84,1.85

sword@www.crosswire.org sword@www.crosswire.org
Tue, 14 Jan 2003 12:30:20 -0700


Update of /usr/local/cvsroot/sword/src/mgr
In directory www:/tmp/cvs-serv31807/src/mgr

Modified Files:
	swmgr.cpp 
Log Message:
added new strip filter for red letter words

Index: swmgr.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/mgr/swmgr.cpp,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** swmgr.cpp	8 Jan 2003 09:39:57 -0000	1.84
--- swmgr.cpp	14 Jan 2003 19:30:18 -0000	1.85
***************
*** 50,53 ****
--- 50,54 ----
  #include <gbffootnotes.h>
  #include <gbfheadings.h>
+ #include <gbfredletterwords.h>
  #include <gbfmorph.h>
  #include <osisstrongs.h>
***************
*** 121,124 ****
--- 122,129 ----
  	tmpFilter = new GBFFootnotes();
  	optionFilters.insert(FilterMap::value_type("GBFFootnotes", tmpFilter));
+ 	cleanupFilters.push_back(tmpFilter);
+ 
+ 	tmpFilter = new GBFRedLetterWords();
+ 	optionFilters.insert(FilterMap::value_type("GBFRedLetterWords", tmpFilter));
  	cleanupFilters.push_back(tmpFilter);