[sword-cvs] sword/src/modules/filters gbffootnotes.cpp,1.22,1.23
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 23 Dec 2003 19:31:24 -0700
- Previous message: [sword-cvs] biblecs sword.bpr,1.129,1.130 sword.cpp,1.45,1.46 sword.res,1.116,1.117 swordprj.bpg,1.11,1.12
- Next message: [sword-cvs] icu-sword/as_is/borland icuinbcb6.bpr,NONE,1.1 icuucbcb6.bpr,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/core/sword/src/modules/filters
In directory www:/tmp/cvs-serv31066
Modified Files:
gbffootnotes.cpp
Log Message:
gbf footnotes
Index: gbffootnotes.cpp
===================================================================
RCS file: /cvs/core/sword/src/modules/filters/gbffootnotes.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- gbffootnotes.cpp 22 Dec 2003 20:06:35 -0000 1.22
+++ gbffootnotes.cpp 24 Dec 2003 02:31:22 -0000 1.23
@@ -69,7 +69,7 @@
}
else if (!strcmp(tag.getName(), "Rf")) {
if (module->isProcessEntryAttributes()) {
- if(tagText.length() == 1) {
+ if(tagText.length() == 1 || !strcmp(module->Name(), "IGNT")) {
if (option) { // for ASV marks text in verse then put explanation at end of verse
text += " <FA>(";
text.append(tagText);
- Previous message: [sword-cvs] biblecs sword.bpr,1.129,1.130 sword.cpp,1.45,1.46 sword.res,1.116,1.117 swordprj.bpg,1.11,1.12
- Next message: [sword-cvs] icu-sword/as_is/borland icuinbcb6.bpr,NONE,1.1 icuucbcb6.bpr,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]