[sword-cvs] sword/apps/windoze swdisprtfchap.cpp,1.19,1.20

sword@www.crosswire.org sword@www.crosswire.org
Thu, 19 Jun 2003 09:58:32 -0700


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

Modified Files:
	swdisprtfchap.cpp 
Log Message:
no message

Index: swdisprtfchap.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/apps/windoze/swdisprtfchap.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** swdisprtfchap.cpp	18 Jun 2003 23:37:21 -0000	1.19
--- swdisprtfchap.cpp	19 Jun 2003 16:58:30 -0000	1.20
***************
*** 127,130 ****
--- 127,131 ----
  			RTFStream->Position = 0;
  			Lines->LoadFromStream(RTFStream);
+ 			makeLinks();
  			versepos =  GetTextLen() - 3;
  		}
***************
*** 150,153 ****
--- 151,156 ----
  	//{ Position control text at current verse }
  	this->SetFocus();
+ 	SelStart = 1;
+ 	SendMessage(Handle, EM_SCROLLCARET, 0, 0);
  	SelStart = versepos;
  	SendMessage(Handle, EM_SCROLLCARET, 0, 0);