[sword-cvs] sword/apps/windoze/CBuilder5/BibleCS paraldisp.cpp,1.7,1.8 sword.res,1.110,1.111

sword@www.crosswire.org sword@www.crosswire.org
Sat, 9 Aug 2003 01:58:31 -0700


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

Modified Files:
	paraldisp.cpp sword.res 
Log Message:
no message

Index: paraldisp.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/apps/windoze/CBuilder5/BibleCS/paraldisp.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- paraldisp.cpp	8 Aug 2003 21:07:21 -0000	1.7
+++ paraldisp.cpp	9 Aug 2003 08:58:29 -0000	1.8
@@ -76,9 +76,8 @@
 		RTFStream->WriteBuffer(newtext.c_str(), newtext.Length());
 		RTFStream->Position = 0;
 		Lines->LoadFromStream(RTFStream);
-		if(!warnNoMod)
-		{
-			Application->MessageBox("This must be your first time using the new parallel display in Sword. This page is for viewing up to three of your installed bibles side by side. You will notice that this page is currently blank. Right-click the page to get a menu for selecting bibles to be compared.\nThis is our first pass at this feature, so Lord willing it will improve in future versions.\nEnjoy!\nThe Sword Project Development Team!", "New Feature - Parallel Display",  MB_OK);
+		if (!warnNoMod) {
+			Application->MessageBox("This must be your first time using the new parallel display in SWORD. This tab is for viewing up to three of your installed Bibles on the screen together.  You will notice that this page is currently blank.  Right-click the page to get a menu for selecting Bibles to be compared.\n\nThis is our first pass at this feature, so Lord willing, it will improve in future versions.\n\nEnjoy!\n\nThe SWORD Project Development Team", "New Feature - Parallel Display",  MB_OK);
 			warnNoMod = true;
 		}
 		return 0;

Index: sword.res
===================================================================
RCS file: /usr/local/cvsroot/sword/apps/windoze/CBuilder5/BibleCS/sword.res,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
Binary files /tmp/cvsvcHnO7 and /tmp/cvs2WBEO6 differ