summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2002-04-16 11:05:21 +0000
committerNils Fuhrmann <nf@openoffice.org>2002-04-16 11:05:21 +0000
commitba8c0e52a255b491727ffdd67a54fa0c016fad50 (patch)
tree3dee4403c0be7826e76f62acb623ee8b99de6101 /tools
parent615f909dc70ec62c6a3939f9298fa841575e93d1 (diff)
35 instead of 05 for LANGUAGE_FINNISH
Diffstat (limited to 'tools')
-rw-r--r--tools/source/rc/resmgr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 26f302c1cef4..7dcdd302f5c0 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: resmgr.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hro $ $Date: 2001-07-27 08:09:42 $
+ * last change: $Author: nf $ $Date: 2002-04-16 12:05:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1130,7 +1130,7 @@ const char* ResMgr::GetLang( LanguageType& nType, USHORT nPrio )
return "61";
case LANGUAGE_FINNISH:
- return "05";
+ return "35";
case LANGUAGE_FRENCH_CANADIAN:
return "02";