[sword-svn] r437 - in trunk: . apps/InstallMgr

scribe at www.crosswire.org scribe at www.crosswire.org
Wed Aug 16 05:39:15 MST 2006


Author: scribe
Date: 2006-08-16 05:39:13 -0700 (Wed, 16 Aug 2006)
New Revision: 437

Modified:
   trunk/apps/InstallMgr/MainFrm.cpp
   trunk/mainfrm.cpp
Log:
Changed to InstallManager.exe launch program name (DM Smith)
Terminate InstallManager after -init flag is processed (DM Smith)

Modified: trunk/apps/InstallMgr/MainFrm.cpp
===================================================================
--- trunk/apps/InstallMgr/MainFrm.cpp	2006-08-09 20:05:58 UTC (rev 436)
+++ trunk/apps/InstallMgr/MainFrm.cpp	2006-08-16 12:39:13 UTC (rev 437)
@@ -683,8 +683,7 @@
 				setLocalDir(ParamStr(i+1).c_str());
 
 				installMgr->installConf->Save();
-				fillSourceTree(localTree);
-				i++;
+				Application->Terminate();
 			}
 		}
 	}

Modified: trunk/mainfrm.cpp
===================================================================
--- trunk/mainfrm.cpp	2006-08-09 20:05:58 UTC (rev 436)
+++ trunk/mainfrm.cpp	2006-08-16 12:39:13 UTC (rev 437)
@@ -2313,7 +2313,7 @@
 
 void __fastcall TForm1::InstallManager1Click(TObject *Sender)
 {
-	WinExec("InstallMgr.exe", SW_SHOWNORMAL);
+	WinExec("InstallManager.exe", SW_SHOWNORMAL);
 }
 //---------------------------------------------------------------------------
 




More information about the sword-cvs mailing list