[Libreoffice-commits] core.git: shell/source
Stephan Bergmann
sbergman at redhat.com
Wed Dec 11 23:56:41 PST 2013
shell/source/win32/shlxthandler/util/utilities.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 181769251da5cc920b992c0ed44d7dda48c01d0e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Dec 12 08:55:55 2013 +0100
Looks like the Windows tag is still LANG_ORIYA
Change-Id: I16e0be513b0b7ecbc54c0e2cb8974e801c13adbe
diff --git a/shell/source/win32/shlxthandler/util/utilities.cxx b/shell/source/win32/shlxthandler/util/utilities.cxx
index e9fdef5..6fc7800 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" )
More information about the Libreoffice-commits
mailing list