[sword-svn] r468 - branches/BCB5

chrislit at www.crosswire.org chrislit at www.crosswire.org
Sat Oct 20 01:26:48 MST 2007


Author: chrislit
Date: 2007-10-20 01:26:47 -0700 (Sat, 20 Oct 2007)
New Revision: 468

Modified:
   branches/BCB5/RxRichEditX.cpp
Log:
add a non-breaking space after the verse number, mostly for people who do copy & paste

Modified: branches/BCB5/RxRichEditX.cpp
===================================================================
--- branches/BCB5/RxRichEditX.cpp	2007-10-20 07:32:59 UTC (rev 467)
+++ branches/BCB5/RxRichEditX.cpp	2007-10-20 08:26:47 UTC (rev 468)
@@ -700,7 +700,7 @@
 	Font->Size = dispAttribs.fontSize;
 
 	RTFHeadMargin = "{\\cf1\\pard}";
-	RTFVerseMarkPost = "}";
+	RTFVerseMarkPost = "\\~}";
 	RTFVersePost = " }";
 	buildRTFHeader();
 




More information about the sword-cvs mailing list