summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorDirk Völzke <dv@openoffice.org>2002-11-28 10:38:49 +0000
committerDirk Völzke <dv@openoffice.org>2002-11-28 10:38:49 +0000
commit988426825e35f43a83f2b56a6e89e9c83a56277f (patch)
tree548872b447b28a0a1905d38d19b1a715bcb507fb /tools/source
parent4fb1e2b7508b439b0d40034ee43a1b475ea654c0 (diff)
#105701# swapped language codes for hindi and thai again (hindi=91, thai=66)
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/rc/resmgr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 411a52682021..d450be5e828c 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: resmgr.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: dv $ $Date: 2002-11-28 11:07:04 $
+ * last change: $Author: dv $ $Date: 2002-11-28 11:38:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1206,9 +1206,9 @@ const char* ResMgr::GetLang( LanguageType& nType, USHORT nPrio )
case LANGUAGE_KOREAN_JOHAB:
return "82";
case LANGUAGE_THAI:
- return "91";
- case LANGUAGE_HINDI:
return "66";
+ case LANGUAGE_HINDI:
+ return "91";
case LANGUAGE_ARABIC:
case LANGUAGE_ARABIC_IRAQ: