[sword-cvs] sword/src/modules/filters thmlscripref.cpp,1.12,1.13
sword@www.crosswire.org
sword@www.crosswire.org
Sun, 6 Jul 2003 17:26:01 -0700
- Previous message: [sword-cvs] sword/apps/windoze/CBuilder5/InstallMgr MainFrm.cpp,1.19,1.20 MainFrm.h,1.8,1.9 StatusFrm.cpp,1.16,1.17 StatusFrm.h,1.10,1.11
- Next message: [sword-cvs] sword/src/mgr installmgr.cpp,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/sword/src/modules/filters
In directory www:/tmp/cvs-serv20766/src/modules/filters
Modified Files:
thmlscripref.cpp
Log Message:
More install code into engine
Index: thmlscripref.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/thmlscripref.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** thmlscripref.cpp 5 Jul 2003 04:58:42 -0000 1.12
--- thmlscripref.cpp 7 Jul 2003 00:25:59 -0000 1.13
***************
*** 48,56 ****
if (!strnicmp(token.c_str(), "scripRef", 8)) {
hide = true;
! continue;
}
else if (!strnicmp(token.c_str(), "/scripRef", 9)) {
hide = false;
! continue;
}
--- 48,56 ----
if (!strnicmp(token.c_str(), "scripRef", 8)) {
hide = true;
! continue;
}
else if (!strnicmp(token.c_str(), "/scripRef", 9)) {
hide = false;
! continue;
}
- Previous message: [sword-cvs] sword/apps/windoze/CBuilder5/InstallMgr MainFrm.cpp,1.19,1.20 MainFrm.h,1.8,1.9 StatusFrm.cpp,1.16,1.17 StatusFrm.h,1.10,1.11
- Next message: [sword-cvs] sword/src/mgr installmgr.cpp,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]