summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-05-04 11:07:54 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-05-04 11:10:19 (GMT)
commit154ab1cb4c4cdf34f21fc93b078f91cc79048bd4 (patch)
tree2fdb70cbd8f4fcd24deb73d7fd5f50fe8f3f4553 /src/corelib/tools
parentc6808af66d45541546b30c8e6de155b9812b4ef9 (diff)
downloadQt-154ab1cb4c4cdf34f21fc93b078f91cc79048bd4.zip
Qt-154ab1cb4c4cdf34f21fc93b078f91cc79048bd4.tar.gz
Qt-154ab1cb4c4cdf34f21fc93b078f91cc79048bd4.tar.bz2
Compile fix for QLocale on Symbian.
The previous change added new ELangEnglish_India that doesn't necesserally present in all SDKs. Reviewed-by: trustme
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qlocale_symbian.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qlocale_symbian.cpp b/src/corelib/tools/qlocale_symbian.cpp
index abd1da2..5dca7b7 100644
--- a/src/corelib/tools/qlocale_symbian.cpp
+++ b/src/corelib/tools/qlocale_symbian.cpp
@@ -158,7 +158,7 @@ static const symbianToISO symbian_to_iso_list[] = {
{ ELangEnglish_Prc, "en_CN", "en-CN" }, // 159 ### Not supported by CLDR
{ ELangEnglish_Japan, "en_JP", "en" }, // 160 ### Not supported by CLDR
{ ELangEnglish_Thailand, "en_TH", "en" }, // 161 ### Not supported by CLDR
- { ELangEnglish_India, "en_IN", "en" }, // 230
+ { 230/*ELangEnglish_India*/,"en_IN", "en" }, // 230
{ ELangMalay_Apac, "ms_MY", "ms" }, // 326
#endif
{ 327/*ELangIndonesian_Apac*/, "id_ID", "id" } // 327 - appeared in Symbian^3