Author: jerome
Date: 2009-09-16 11:30:49 +0200 (Wed, 16 Sep 2009)
New Revision: 5410
Modified:
software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/TuxUtils.pas
Log:
* Fixed a bug playing en_US attitune.
Modified:
software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/TuxUtils.pas
===================================================================
---
software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/TuxUtils.pas
2009-09-16 09:20:55 UTC (rev 5409)
+++
software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/TuxUtils.pas
2009-09-16 09:30:49 UTC (rev 5410)
@@ -520,11 +520,10 @@
result := ReadString('Language');
- if ( result <> 'en' ) and (result <> 'en_US') and (result <> 'en_GB')
and (result <> 'fr')
+ if ( result <> 'en' )and (result <> 'fr') and (result <> 'no') and
(result <> 'pt' )
and(result <> 'nl') and (result <> 'nl_BE') and (result <> 'it') and
(result <> 'es')
and(result <> 'de') and (result <> 'ar') and (result <> 'da') and
(result <> 'sv')
- and(result <> 'no') and (result <> 'pt' ) then
- result := 'en';
+ then result := 'en';
CloseKey;
end;
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn