diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-05-04 11:07:54 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-05-04 11:10:19 (GMT) |
commit | 154ab1cb4c4cdf34f21fc93b078f91cc79048bd4 (patch) | |
tree | 2fdb70cbd8f4fcd24deb73d7fd5f50fe8f3f4553 /src/corelib/tools | |
parent | c6808af66d45541546b30c8e6de155b9812b4ef9 (diff) | |
download | Qt-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.cpp | 2 |
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 |