[Esbox-commits] r2198 - branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/ui

eswartz at garage.maemo.org eswartz at garage.maemo.org
Fri Sep 18 21:19:21 EEST 2009


Author: eswartz
Date: 2009-09-18 21:19:15 +0300 (Fri, 18 Sep 2009)
New Revision: 2198

Modified:
   branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/ui/SlowVirtualMachineLaunchMonitorDialog.java
Log:
A little more precise startup message

Modified: branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/ui/SlowVirtualMachineLaunchMonitorDialog.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/ui/SlowVirtualMachineLaunchMonitorDialog.java	2009-09-18 16:13:17 UTC (rev 2197)
+++ branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/ui/SlowVirtualMachineLaunchMonitorDialog.java	2009-09-18 18:19:15 UTC (rev 2198)
@@ -47,7 +47,7 @@
 			IMachine machine_, IMachineController machineController, Shell parent,
 			int longOperationTime) {
 		super(parent, "Launching Virtual Machine", null,
-				"Waiting for " + machine_.getName() + " to boot up...",
+				"Waiting for " + machine_.getName() + " to boot up and respond to SSH...",
 				MessageDialog.INFORMATION,
 				getHelpMessage(machineController),
 				machineController.createLookHereProviders(),



More information about the Esbox-commits mailing list