[sword-cvs] sword/apps/windoze/CBuilder5/BibleCS mainfrm.cpp,1.112,1.113 sword.bpr,1.109,1.110 sword.res,1.97,1.98

sword@www.crosswire.org sword@www.crosswire.org
Wed, 7 May 2003 19:44:56 -0700


Update of /usr/local/cvsroot/sword/apps/windoze/CBuilder5/BibleCS
In directory www:/tmp/cvs-serv6654/apps/windoze/CBuilder5/BibleCS

Modified Files:
	mainfrm.cpp sword.bpr sword.res 
Log Message:
no message

Index: mainfrm.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/apps/windoze/CBuilder5/BibleCS/mainfrm.cpp,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** mainfrm.cpp	31 Mar 2003 00:14:13 -0000	1.112
--- mainfrm.cpp	8 May 2003 02:44:53 -0000	1.113
***************
*** 147,151 ****
  	lbDictKeys->Parent = Panel2;
  	lbDictKeys->Align = alClient;
! 	lbDictKeys->Font->Name = "Code2000";
  	lbDictKeys->OnClick = lbDictKeysOldClick;
  	
--- 147,151 ----
  	lbDictKeys->Parent = Panel2;
  	lbDictKeys->Align = alClient;
! //	lbDictKeys->Font->Name = "Code2000";
  	lbDictKeys->OnClick = lbDictKeysOldClick;
  	
***************
*** 153,157 ****
  	DictKeyEdit->Parent = Panel2;
  	DictKeyEdit->Align = alTop;
! 	DictKeyEdit->Font->Name = "Code2000";
  	DictKeyEdit->OnChange = DictKeyEditOldChange;
  	renderingHint = false;	
--- 153,157 ----
  	DictKeyEdit->Parent = Panel2;
  	DictKeyEdit->Align = alTop;
! //	DictKeyEdit->Font->Name = "Code2000";
  	DictKeyEdit->OnChange = DictKeyEditOldChange;
  	renderingHint = false;	
***************
*** 487,492 ****
  			module->Error();
  			for (;!module->Error() && count;count--,(*module)++) {
! 				//lbDictKeys->Items->Add(UTF8ToWideString(module->KeyText()));
!                                 lbDictKeys->Items->Add(module->KeyText());
  				if (saveKey == module->Key())
  					index = lbDictKeys->Items->Count-1;
--- 487,492 ----
  			module->Error();
  			for (;!module->Error() && count;count--,(*module)++) {
! 				lbDictKeys->Items->Add(UTF8ToWideString(module->KeyText()));
! 				//lbDictKeys->Items->Add(module->KeyText());
  				if (saveKey == module->Key())
  					index = lbDictKeys->Items->Count-1;
***************
*** 570,574 ****
  	else	{
  		preChar = rtf->Text[(rtf->SelStart)?rtf->SelStart:0];
! 		lookupKey = Trim(rtf->SelText);
  	}
  		
--- 570,574 ----
  	else	{
  		preChar = rtf->Text[(rtf->SelStart)?rtf->SelStart:0];
! 		lookupKey = TRxRichEditX::Trim(rtf->GetTextRange(rtf->SelStart, rtf->SelStart + rtf->SelLength));
  	}
  		
***************
*** 600,605 ****
  	}
  	
! 	//DictKeyEdit->Text = UTF8ToWideString(lookupKey);
!         DictKeyEdit->Text = lookupKey;
  }
  
--- 600,604 ----
  	}
  	
! 	DictKeyEdit->Text = lookupKey;
  }
  

Index: sword.bpr
===================================================================
RCS file: /usr/local/cvsroot/sword/apps/windoze/CBuilder5/BibleCS/sword.bpr,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** sword.bpr	30 Apr 2003 08:18:45 -0000	1.109
--- sword.bpr	8 May 2003 02:44:54 -0000	1.110
***************
*** 76,80 ****
  MinorVer=5
  Release=5
! Build=23
  Debug=0
  PreRelease=0
--- 76,80 ----
  MinorVer=5
  Release=5
! Build=26
  Debug=0
  PreRelease=0
***************
*** 88,92 ****
  CompanyName=CrossWire Software & Bible Society
  FileDescription=Windows 32bit User Interface to The SWORD Project
! FileVersion=1.5.5.23
  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.26
  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.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
Binary files /tmp/cvs8c5h6C and /tmp/cvsSbdZzG differ