summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2002-11-18 10:42:35 +0000
committerNils Fuhrmann <nf@openoffice.org>2002-11-18 10:42:35 +0000
commit19b002fa12f8131f3e6bfad86aa5b93092965c0b (patch)
tree6d7cbe2ac33c148bf71ad35c5e572af3643e7044 /tools
parent7cbb00d9fd3f6880278296f7f3e9d8085db00ff1 (diff)
Added support for hindi #105243#
Diffstat (limited to 'tools')
-rw-r--r--tools/source/rc/resmgr.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 9ed5e4d267d4..1c86b40aca65 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: resmgr.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: nf $ $Date: 2002-09-20 07:50:25 $
+ * last change: $Author: nf $ $Date: 2002-11-18 11:42:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1207,6 +1207,8 @@ const char* ResMgr::GetLang( LanguageType& nType, USHORT nPrio )
return "82";
case LANGUAGE_THAI:
return "66";
+ case LANGUAGE_HINDI:
+ return "91";
case LANGUAGE_ARABIC:
case LANGUAGE_ARABIC_IRAQ: