[Esbox-commits] r1601 - tags/2.0.0-M4/org.maemo.esbox.vm/src/org/maemo/esbox/vm/ui
eswartz at garage.maemo.org
eswartz at garage.maemo.org
Fri May 15 17:33:30 EEST 2009
Author: eswartz
Date: 2009-05-15 17:33:30 +0300 (Fri, 15 May 2009)
New Revision: 1601
Modified:
tags/2.0.0-M4/org.maemo.esbox.vm/src/org/maemo/esbox/vm/ui/SelectVirtualMachineDialog.java
Log:
Merge rev 1600 from work_Ed branch
Modified: tags/2.0.0-M4/org.maemo.esbox.vm/src/org/maemo/esbox/vm/ui/SelectVirtualMachineDialog.java
===================================================================
--- tags/2.0.0-M4/org.maemo.esbox.vm/src/org/maemo/esbox/vm/ui/SelectVirtualMachineDialog.java 2009-05-14 20:14:35 UTC (rev 1600)
+++ tags/2.0.0-M4/org.maemo.esbox.vm/src/org/maemo/esbox/vm/ui/SelectVirtualMachineDialog.java 2009-05-15 14:33:30 UTC (rev 1601)
@@ -38,10 +38,10 @@
*
*/
public SelectVirtualMachineDialog(Shell shell) {
- super(shell, "Select Virtual Machine", null,
+ super(shell, "Select Build Machine", null,
// note: UI is added below to provide a hyperlink
GeneralUtils.getProductName() + " needs to know what machine to use to build and launch your code. \n\n"+
- "Your system cannot directly launch scratchbox or maemo tools, so a virtual machine running 32-bit Linux/i386 must be used.\n\n"+
+ "Your system cannot directly launch scratchbox or Maemo tools, so a virtual machine running 32-bit Linux/i386 must be used.\n\n"+
"Please configure the settings by clicking the link below.",
MessageDialog.INFORMATION,
new String[] { IDialogConstants.OK_LABEL },
More information about the Esbox-commits
mailing list