[Esbox-commits] r1862 - branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard

eswartz at garage.maemo.org eswartz at garage.maemo.org
Fri Jul 10 17:53:58 EEST 2009


Author: eswartz
Date: 2009-07-10 17:53:58 +0300 (Fri, 10 Jul 2009)
New Revision: 1862

Modified:
   branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/NewScratchbox1SDKWizard.java
Log:
Fix incorrect message

Modified: branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/NewScratchbox1SDKWizard.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/NewScratchbox1SDKWizard.java	2009-07-09 21:26:51 UTC (rev 1861)
+++ branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/NewScratchbox1SDKWizard.java	2009-07-10 14:53:58 UTC (rev 1862)
@@ -213,7 +213,7 @@
 				public void run(IProgressMonitor monitor)
 						throws InvocationTargetException, InterruptedException {
 					
-					monitor.subTask("Installing targets...");
+					monitor.subTask("Installing Scratchbox...");
 
 					Scratchbox1SDKInstallerEngine engine = new Scratchbox1SDKInstallerEngine(
 							getShell(),



More information about the Esbox-commits mailing list