[sword-cvs] sword/apps/windoze/CBuilder5/BibleCS mainfrm.cpp,1.115,1.116 sword.bpr,1.110,1.111 sword.res,1.98,1.99
sword@www.crosswire.org
sword@www.crosswire.org
Wed, 28 May 2003 00:26:14 -0700
Update of /usr/local/cvsroot/sword/apps/windoze/CBuilder5/BibleCS
In directory www:/tmp/cvs-serv1202/apps/windoze/CBuilder5/BibleCS
Modified Files:
mainfrm.cpp sword.bpr sword.res
Log Message:
Fixed osisheadings to use xmltag to handle attributes in any order
Index: mainfrm.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/apps/windoze/CBuilder5/BibleCS/mainfrm.cpp,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** mainfrm.cpp 10 May 2003 00:40:05 -0000 1.115
--- mainfrm.cpp 28 May 2003 07:26:12 -0000 1.116
***************
*** 276,280 ****
((SWDispRTF *)newrtf)->Name = String("CommentRTF")+mod->Name();
! if ((*mainmgr->config->Sections[mod->Name()].find("ModDrv")).second == "RawFiles") {
((SWDispRTF *)newrtf)->PopupMenu = PopupMenu3;
((SWDispRTF *)newrtf)->ExpandNewLine = false;
--- 276,281 ----
((SWDispRTF *)newrtf)->Name = String("CommentRTF")+mod->Name();
! if (!strcmp(mod->getConfigEntry("ModDrv"), "RawFiles") ||
! ((mod->getConfigEntry("Writable")) && (!strcmp(mod->getConfigEntry("Writable"), "true")))) {
((SWDispRTF *)newrtf)->PopupMenu = PopupMenu3;
((SWDispRTF *)newrtf)->ExpandNewLine = false;
Index: sword.bpr
===================================================================
RCS file: /usr/local/cvsroot/sword/apps/windoze/CBuilder5/BibleCS/sword.bpr,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -d -r1.110 -r1.111
*** sword.bpr 8 May 2003 02:44:54 -0000 1.110
--- sword.bpr 28 May 2003 07:26:12 -0000 1.111
***************
*** 76,80 ****
MinorVer=5
Release=5
! Build=26
Debug=0
PreRelease=0
--- 76,80 ----
MinorVer=5
Release=5
! Build=30
Debug=0
PreRelease=0
***************
*** 88,92 ****
CompanyName=CrossWire Software & Bible Society
FileDescription=Windows 32bit User Interface to The SWORD Project
! FileVersion=1.5.5.26
InternalName=biblecs
LegalCopyright=(c) 2002 CrossWire Bible Society under the terms of the GNU General Public License
--- 88,92 ----
CompanyName=CrossWire Software & Bible Society
FileDescription=Windows 32bit User Interface to The SWORD Project
! FileVersion=1.5.5.30
InternalName=biblecs
LegalCopyright=(c) 2002 CrossWire Bible Society under the terms of the GNU General Public License
Index: sword.res
===================================================================
RCS file: /usr/local/cvsroot/sword/apps/windoze/CBuilder5/BibleCS/sword.res,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
Binary files /tmp/cvss8mDzJ and /tmp/cvsU2cSTr differ