[Esbox-commits] r2040 - trunk/org.maemo.esbox.maemosdk.core/src/org/maemo/esbox/internal/api/maemosdk/core/tools

topulkki at garage.maemo.org topulkki at garage.maemo.org
Fri Aug 28 13:04:09 EEST 2009


Author: topulkki
Date: 2009-08-28 13:04:08 +0300 (Fri, 28 Aug 2009)
New Revision: 2040

Modified:
   trunk/org.maemo.esbox.maemosdk.core/src/org/maemo/esbox/internal/api/maemosdk/core/tools/AfSbInitMaemoLauncherAdapter.java
Log:
Changed messages that are related to the Fremantle AF bug(#4244) on Windows environment.

Modified: trunk/org.maemo.esbox.maemosdk.core/src/org/maemo/esbox/internal/api/maemosdk/core/tools/AfSbInitMaemoLauncherAdapter.java
===================================================================
--- trunk/org.maemo.esbox.maemosdk.core/src/org/maemo/esbox/internal/api/maemosdk/core/tools/AfSbInitMaemoLauncherAdapter.java	2009-08-27 22:38:14 UTC (rev 2039)
+++ trunk/org.maemo.esbox.maemosdk.core/src/org/maemo/esbox/internal/api/maemosdk/core/tools/AfSbInitMaemoLauncherAdapter.java	2009-08-28 10:04:08 UTC (rev 2040)
@@ -296,9 +296,11 @@
 								} else {
 									messageDepth = Integer.toString(depth);
 								}
-								final String message = MessageFormat.format(
-										"Your display uses {0} bit color depth.  Fremantle applications will " +
-										"not render correctly unless the display uses {1} bit color depth.",
+								final String message = MessageFormat
+										.format(
+												"Your display uses {0} bit color depth. Due to some design limitations, "
+														+ "Fremantle applications will not render correctly unless the display "
+														+ "uses {1} bit color depth.",
 												messageDepth,
 												DEFAULT_COLOR_DEPTH);
 
@@ -322,17 +324,18 @@
 							public void run() {
 								String question = "";
 								if (depthSupported[0]) {
-									question = "Due to some design limitations, Fremantle applications will not " +
-											"show mouse cursor correctly when X is started with the lesspointer " +
-											"or the swcursor options.  Do you want to remove the options and " +
-											"restart X?";
+									question = "Due to some design limitations, Fremantle applications will not "
+											+ "show mouse cursor correctly when X is started with the lesspointer "
+											+ "or the swcursor options.  Do you want to disable the options and "
+											+ "restart X?";
 
 								} else if (!depthSupported[0]) {
-									question = "Due to some design limitations, Fremantle applications will not " +
-											"render correctly when X is running in 24/32 bit mode and the " +
-											"lesspointer or the swcursor options are used. Do you want to " +
-											"remove the options and restart X? Note: The display depth needs to be " +
-											"change manually to 16 bit from the display options.";
+									question = "Due to some design limitations, Fremantle applications will not "
+											+ "render correctly when X is running in 24/32 bit mode and the mouse "
+											+ "cursor will not show correctly when the X is started up with the"
+											+ "lesspointer or the swcursor options. Do you want to "
+											+ "disable the options and restart X? Note: The display depth needs to be "
+											+ "change manually to 16 bit mode from the display options.";
 								}
 								MessageDialogWithToggle dialog = MessageDialogWithToggle
 										.openYesNoQuestion(



More information about the Esbox-commits mailing list