diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-11 13:24:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-11 15:11:18 +0000 |
commit | 108eee306ea0beef1e8cc5e673a72db0928dd6b8 (patch) | |
tree | 6f3e0d4747f6565c0dc0689aa3e63278b2c014dd /shell/source/win32 | |
parent | bd43733860699d9f9f5b28f15a442b272d6f77e1 (diff) |
Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'
Except for our external api where the Oriya is stuck (and similar for
the vba implementation)
Change-Id: I8288c930567385eea49a4c303727b13ef8b8a89f
Diffstat (limited to 'shell/source/win32')
-rw-r--r-- | shell/source/win32/shlxthandler/util/utilities.cxx | 2 |
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 6fc78002a339..e9fdef516f87 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_ORIYA; //Not supported. + usPrimaryLang = LANG_ODIA; //Not supported. else if ( wsLanguage == L"ta" ) usPrimaryLang = LANG_TAMIL; //Tamil else if ( wsLanguage == L"te" ) |