summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-12 08:55:55 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-12 08:56:18 +0100
commit181769251da5cc920b992c0ed44d7dda48c01d0e (patch)
tree334785cbe44bd8d092f4715abed887692d893979 /shell
parent0b578e51cd1eabbbe375e25927df86fac7552641 (diff)
Looks like the Windows tag is still LANG_ORIYA
Change-Id: I16e0be513b0b7ecbc54c0e2cb8974e801c13adbe
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/shlxthandler/util/utilities.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/shlxthandler/util/utilities.cxx b/shell/source/win32/shlxthandler/util/utilities.cxx
index e9fdef516f87..6fc78002a339 100644
--- a/shell/source/win32/shlxthandler/util/utilities.cxx
+++ b/shell/source/win32/shlxthandler/util/utilities.cxx
@@ -543,7 +543,7 @@ LCID LocaleSetToLCID( const LocaleSet_t & Locale )
else if ( wsLanguage == L"gu" )
usPrimaryLang = LANG_GUJARATI; //Gujarati
else if ( wsLanguage == L"or" )
- usPrimaryLang = LANG_ODIA; //Not supported.
+ usPrimaryLang = LANG_ORIYA; //Not supported.
else if ( wsLanguage == L"ta" )
usPrimaryLang = LANG_TAMIL; //Tamil
else if ( wsLanguage == L"te" )