[sword-cvs] sword/src/modules/filters gbfrtf.cpp,1.31,1.32

sword@www.crosswire.org sword@www.crosswire.org
Sun, 20 Apr 2003 01:24:05 -0700


Update of /usr/local/cvsroot/sword/src/modules/filters
In directory www:/tmp/cvs-serv16431

Modified Files:
	gbfrtf.cpp 
Log Message:
added alignment tags

Index: gbfrtf.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/gbfrtf.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** gbfrtf.cpp	20 Feb 2003 12:31:54 -0000	1.31
--- gbfrtf.cpp	20 Apr 2003 08:24:03 -0000	1.32
***************
*** 256,260 ****
  			    }
  			  break;
! 
  			}
  			continue;
--- 256,269 ----
  			    }
  			  break;
! 			case 'J':	// Strongs
! 				switch(token[1]) {
! 				case 'L':
! 					text += "\\ql ";
! 				case 'C':
! 					text += "\\qc ";
! 				case 'R':
! 					text += "\\qr ";
!                                 case 'F':
!                                 	text += "\\qj ";
  			}
  			continue;