[Esbox-commits] r2294 - branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/core
eswartz at garage.maemo.org
eswartz at garage.maemo.org
Mon Oct 12 19:33:07 EEST 2009
Author: eswartz
Date: 2009-10-12 19:33:04 +0300 (Mon, 12 Oct 2009)
New Revision: 2294
Modified:
branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/core/BaseVirtualMachineController.java
Log:
When launch VM dialog comes up, change button label "I launched it" to "It's running" to account for previous automatic launch.
Modified: branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/core/BaseVirtualMachineController.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/core/BaseVirtualMachineController.java 2009-10-12 15:08:34 UTC (rev 2293)
+++ branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/core/BaseVirtualMachineController.java 2009-10-12 16:33:04 UTC (rev 2294)
@@ -274,14 +274,14 @@
if (BaseVirtualMachineController.this instanceof BaseLaunchableVirtualMachineController) {
choices = new String[] {
"Launch now",
- "I launched it",
+ "It's running",
IDialogConstants.CANCEL_LABEL
};
launchIndex = 0;
retryIndex = 1;
} else {
choices = new String[] {
- "I launched it",
+ "It's running",
IDialogConstants.CANCEL_LABEL
};
launchIndex = -1;
More information about the Esbox-commits
mailing list