Author: jerome
Date: 2009-02-06 12:05:14 +0100 (Fri, 06 Feb 2009)
New Revision: 3581

Modified:
   
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/tools/ToolTipSubMenu.java
Log:
* Fixed : #133 ?\226?\128?\148 Tooltip remains in English.

Modified: 
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/tools/ToolTipSubMenu.java
===================================================================
--- 
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/tools/ToolTipSubMenu.java
    2009-02-06 08:49:41 UTC (rev 3580)
+++ 
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/tools/ToolTipSubMenu.java
    2009-02-06 11:05:14 UTC (rev 3581)
@@ -93,7 +93,7 @@
                if(SystemInformation.isUnix())
                {
                        
-                       command = String.format("java -jar %s %s %s" , path, 
CcCommons.settings.getLanguage(), CcCommons.settings.getCountry());
+                       command = String.format("java -Dtgp_lang=%s 
-Dtgp_country=%s -jar %s" , CcCommons.settings.getLanguage(), 
CcCommons.settings.getCountry(), path);
                }
                else
                {


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to